IKeyValueProperties.Label Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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