Freigeben über


DeleteRequest.EntityType Property

Definition

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

public:
 property Microsoft::Xrm::Sdk::Deployment::DeploymentEntityType EntityType { Microsoft::Xrm::Sdk::Deployment::DeploymentEntityType get(); void set(Microsoft::Xrm::Sdk::Deployment::DeploymentEntityType value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType EntityType { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.EntityType : Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType with get, set
Public Property EntityType As DeploymentEntityType

Property Value

The type of deployment entity to be deleted.

Attributes

Remarks

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

Applies to