Share via


BeginUpdateOrganizationRequest.Tag Property

Definition

Gets or sets the ID or instance tag of the organization to update. 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 instance tag of the organization to update.

Attributes

Applies to