Share via


DeleteRequest.EntityType Property

 

Applies To: Dynamics CRM 2015

Gets or sets the type of deployment entity to be deleted.

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 deleted.

Remarks

The deployment type must match the record specified by the InstanceTag property.

See Also

DeleteRequest Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright