IKeyValueProperties.Label Property

Definition

A value used to group key-values. The label is used in unison with the key to uniquely identify a key-value.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="A value used to group key-values.\r\n        The label is used in unison with the key to uniquely identify a key-value.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="label")]
public string Label { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="A value used to group key-values.\r\n        The label is used in unison with the key to uniquely identify a key-value.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="label")>]
member this.Label : string
Public ReadOnly Property Label As String

Property Value

Attributes

Applies to