RetrieveMembersBulkOperationRequest.EntitySource Property
Applies To: Dynamics CRM 2015
Gets or sets which members of a bulk operation to retrieve. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int EntitySource { get; set; }
public:
property int EntitySource {
int get();
void set(int value);
}
member EntitySource : int with get, set
Public Property EntitySource As Integer
Property Value
Type: System.Int32
Type: Int32
Describes which members of a bulk operation to retrieve. The return value for this property is an EntitySource type.
See Also
RetrieveMembersBulkOperationRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright