DeploymentExtension.ConfigId Property

Definition

Gets or sets the configuration ID of the extension usage. It uniquely identifies a target the extension deploys to.

[Newtonsoft.Json.JsonProperty(PropertyName="configId")]
public string ConfigId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="configId")>]
member this.ConfigId : string with get, set
Public Property ConfigId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to