Share via


BeginUpgradeOrganizationRequest.Tag Property

Definition

Gets or sets the ID or the instance tag of the organization to upgrade. Required.

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

Property Value

The ID or the instance tag of the organization to upgrade.

Attributes

Remarks

You can get this value by retrieving the organization.

Applies to

See also