SettingInfo.LocalizedDescription 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.
Gets the localized description of the setting, or null if the setting has no localized description.
public:
property System::String ^ LocalizedDescription { System::String ^ get(); };
public string? LocalizedDescription { get; }
member this.LocalizedDescription : string
Public ReadOnly Property LocalizedDescription As String