QuickFindResult.QueryColumnSet Property

Definition

For internal use only.

public:
 property Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ QueryColumnSet { Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ get(); void set(Microsoft::Xrm::Sdk::DataCollection<System::String ^> ^ value); };
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification="Collection properties should be read only")]
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<string> QueryColumnSet { get; set; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification="Collection properties should be read only")>]
[<System.Runtime.Serialization.DataMember>]
member this.QueryColumnSet : Microsoft.Xrm.Sdk.DataCollection<string> with get, set
Public Property QueryColumnSet As DataCollection(Of String)

Property Value

Attributes

Applies to