ValidateFetchXmlExpressionResult.Messages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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