QuickFindResult.Data 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::EntityCollection ^ Data { Microsoft::Xrm::Sdk::EntityCollection ^ get(); void set(Microsoft::Xrm::Sdk::EntityCollection ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.EntityCollection Data { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Data : Microsoft.Xrm.Sdk.EntityCollection with get, set
Public Property Data As EntityCollection
Property Value
- Attributes