BuildMaster SDK Reference
Version:

ValidationResults(bool isValid, string message) Constructor

Initializes a new instance of the ValidationResults struct.

Syntax

public .ctor(bool isValid, string message)

Parameters

isValid
Type: bool

Value indicating whether the result is valid.

message
Type: string

The message.