Freigeben über


RetrieveAllResponse.InstanceTags Property

Definition

Gets or sets the collection of IDs or instance tags for all the deployment records retrieved.

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

Property Value

The collection of IDs or instance tags for all the deployment records retrieved.

Attributes

Applies to