ValidateResponse.Result Property

Definition

Gets the results of the validate operation.

public:
 property cli::array <Microsoft::Crm::Sdk::Messages::ValidationResult ^> ^ Result { cli::array <Microsoft::Crm::Sdk::Messages::ValidationResult ^> ^ get(); };
public Microsoft.Crm.Sdk.Messages.ValidationResult[] Result { get; }
member this.Result : Microsoft.Crm.Sdk.Messages.ValidationResult[]
Public ReadOnly Property Result As ValidationResult()

Property Value

The results of the validate operation.

Applies to