RetrieveRequest.InstanceTag Property

Definition

Gets or sets the ID or instance tag of the deployment record to be retrieved.

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 instance tag of the deployment record to be retrieved.

Attributes

Remarks

To retrieve the status of an asynchronous operation, use the OperationId property to set the value of this property.

Applies to