RetrieveUnpublishedRequest.ColumnSet Property

Definition

Gets or sets the collection of attributes for which non-null values are returned from a query. Required.

public:
 property Microsoft::Xrm::Sdk::Query::ColumnSet ^ ColumnSet { Microsoft::Xrm::Sdk::Query::ColumnSet ^ get(); void set(Microsoft::Xrm::Sdk::Query::ColumnSet ^ value); };
public Microsoft.Xrm.Sdk.Query.ColumnSet ColumnSet { get; set; }
member this.ColumnSet : Microsoft.Xrm.Sdk.Query.ColumnSet with get, set
Public Property ColumnSet As ColumnSet

Property Value

The collection of attributes for which non-null values are returned from a query. Required.

Applies to