Label.CustomSettings 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.
The custom label settings. set by the tenant admin.
public System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,string>> CustomSettings { get; set; }
member this.CustomSettings : System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, string>> with get, set
Public Property CustomSettings As ReadOnlyCollection(Of KeyValuePair(Of String, String))