SetReportRelatedRequest.Entities Property
Applies To: Dynamics CRM 2015
Gets or sets an array of entity type codes for the related entities. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int[] Entities { get; set; }
public:
property array<int>^ Entities {
array<int>^ get();
void set(array<int>^ value);
}
member Entities : int[] with get, set
Public Property Entities As Integer()
Property Value
Type: System.Int32[]
Type: Int32[]
The array of entity type codes for the related entities.
See Also
SetReportRelatedRequest Class
Microsoft.Crm.Sdk.Messages Namespace
IOrganizationService entities
Return to top
© 2016 Microsoft. All rights reserved. Copyright