QueryByAttribute.Attributes 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 the set of attributes selected in the query.
public:
property Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ Attributes { Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<string> Attributes { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Attributes : Microsoft.Xrm.Sdk.DataCollection<string>
Public ReadOnly Property Attributes As DataCollection(Of String)
Property Value
The collection of attributes selected in the query.
- Attributes