QuickFindResult.QueryColumnSet Property
Applies To: Dynamics CRM 2015
For internal use only.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public DataCollection<string> QueryColumnSet { get; set; }
public:
[DataMemberAttribute]
property DataCollection<String^>^ QueryColumnSet {
DataCollection<String^>^ get();
void set(DataCollection<String^>^ value);
}
[<DataMemberAttribute>]
member QueryColumnSet : DataCollection<string> with get, set
<DataMemberAttribute>
Public Property QueryColumnSet As DataCollection(Of String)
Property Value
Type: Microsoft.Xrm.Sdk.DataCollection<String>
Type: DataCollection<T>.
See Also
QuickFindResult Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright