Share via


RetrieveAllRequest.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]
public DeploymentEntityType EntityType { get; set; }
public:
[DataMemberAttribute]
property DeploymentEntityType EntityType {
    DeploymentEntityType get();
    void set(DeploymentEntityType value);
}
[<DataMemberAttribute>]
member EntityType : DeploymentEntityType with get, set
<DataMemberAttribute>
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

RetrieveAllRequest Class
Microsoft.Xrm.Sdk.Deployment Namespace
Deployment entities and deployment configuration settings

Return to top

© 2016 Microsoft. All rights reserved. Copyright