QuickFindResult.Data Property
Applies To: Dynamics CRM 2015
For internal use only.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public EntityCollection Data { get; set; }
public:
[DataMemberAttribute]
property EntityCollection^ Data {
EntityCollection^ get();
void set(EntityCollection^ value);
}
[<DataMemberAttribute>]
member Data : EntityCollection with get, set
<DataMemberAttribute>
Public Property Data As EntityCollection
Property Value
Type: Microsoft.Xrm.Sdk.EntityCollection
Type: EntityCollection.
See Also
QuickFindResult Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright