MetadataFilterExpression.Filters 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 a collection of logical filter expressions that filter the results of the metadata query.
public:
property Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Metadata::Query::MetadataFilterExpression ^> ^ Filters { Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Metadata::Query::MetadataFilterExpression ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression> Filters { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Filters : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression>
Public ReadOnly Property Filters As DataCollection(Of MetadataFilterExpression)
Property Value
- Attributes
Remarks
This property is read-only. Use the DataCollection<T> methods to manipulate the filters.