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