ValidateFetchXmlExpressionResult.Messages Property

Definition

Gets or sets a collection of any issues found.

public:
 property System::Collections::Generic::List<Microsoft::Xrm::Sdk::Query::ValidatorIssue ^> ^ Messages { System::Collections::Generic::List<Microsoft::Xrm::Sdk::Query::ValidatorIssue ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Xrm::Sdk::Query::ValidatorIssue ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.Query.ValidatorIssue> Messages { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Messages : System.Collections.Generic.List<Microsoft.Xrm.Sdk.Query.ValidatorIssue> with get, set
Public Property Messages As List(Of ValidatorIssue)

Property Value

A collection of any issues found.

Attributes

Applies to