DeleteRequest.InstanceTag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.