QuickFindResult.QueryColumnSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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