RetrieveUnpublishedRequest.ColumnSet Property
Applies To: Dynamics CRM 2015
Gets or sets the collection of attributes for which non-null values are returned from a query. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public ColumnSet ColumnSet { get; set; }
public:
property ColumnSet^ ColumnSet {
ColumnSet^ get();
void set(ColumnSet^ value);
}
member ColumnSet : ColumnSet with get, set
Public Property ColumnSet As ColumnSet
Property Value
Type: Microsoft.Xrm.Sdk.Query.ColumnSet
Type: ColumnSet
The collection of attributes for which non-null values are returned from a query. Required..
See Also
RetrieveUnpublishedRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright