QueryByAttribute.Attributes Property
Applies To: Dynamics CRM 2015
Gets the set of attributes selected in the query.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public DataCollection<string> Attributes { get; private set; }
public:
[DataMemberAttribute]
property DataCollection<String^>^ Attributes {
DataCollection<String^>^ get();
private: void set(DataCollection<String^>^ value);
}
[<DataMemberAttribute>]
member Attributes : DataCollection<string> with get, private set
<DataMemberAttribute>
Public Property Attributes As DataCollection(Of String)
Get
Private Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.DataCollection<String>
Type: DataCollection<T><String>
The collection of attributes selected in the query.
See Also
QueryByAttribute Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright