SettingsDescriptionAttribute.Description Eigenschap

Definitie

Haalt de beschrijvende tekst voor de bijbehorende configuratie-eigenschap op.

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String

Waarde van eigenschap

Een String met de beschrijvende tekst voor de bijbehorende configuratie-eigenschap.

Opmerkingen

De Description eigenschap wordt ingesteld door de SettingsDescriptionAttribute constructor.

Van toepassing op

Zie ook