ValidateResponse.Result Property

 

Applies To: Dynamics CRM 2015

Gets the results of the validate operation.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public ValidationResult[] Result { get; }
public:
property array<ValidationResult^>^ Result {
    array<ValidationResult^>^ get();
}
member Result : ValidationResult[] with get
Public ReadOnly Property Result As ValidationResult()

Property Value

Type: Microsoft.Crm.Sdk.Messages.ValidationResult[]

Type: ValidationResult
The results of the validate operation.

See Also

ValidateResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright