RetrieveRequest.EntityType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of deployment entity to be retrieved.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public DeploymentEntityType EntityType { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property DeploymentEntityType EntityType {
DeploymentEntityType get();
void set(DeploymentEntityType value);
}
[<DataMemberAttribute(IsRequired = true)>]
member EntityType : DeploymentEntityType with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property EntityType As DeploymentEntityType
Property Value
Type: Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType
Type: DeploymentEntityType
The type of deployment entity to be retrieved.
See Also
RetrieveRequest Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright