RetrieveAdvancedSettingsRequest.ColumnSet Property

 

Applies To: Dynamics CRM 2015

Gets or sets the set of columns or attributes to be retrieved.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public ColumnSet ColumnSet { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property ColumnSet^ ColumnSet {
    ColumnSet^ get();
    void set(ColumnSet^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ColumnSet : ColumnSet with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property ColumnSet As ColumnSet

Property Value

Type: Microsoft.Xrm.Sdk.Query.ColumnSet

Type: ColumnSet
The set of columns or attributes to be retrieved.

See Also

RetrieveAdvancedSettingsRequest Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright