Freigeben über


DeleteRequest.InstanceTag Property

Definition

Gets or sets the ID or the instance tag for the deployment record to be deleted.

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

Property Value

The ID or the instance tag for the deployment record to be deleted.

Attributes

Remarks

The deployment type specified by the EntityType property must match the entity type for this record.

Applies to