ConfigurationProperty.Description Eigenschap

Definitie

Hiermee haalt u de beschrijving op die is gekoppeld aan de ConfigurationProperty.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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 waarde die de eigenschap beschrijft.

Voorbeelden

In het volgende codevoorbeeld ziet u hoe u de Description voor een opgegeven eigenschap kunt ophalen.

string description = _MaxIdleTime.Description;
Console.WriteLine("MaxIdleTime description: {0}", description);
Dim description As String = _MaxIdleTime.Description
Console.WriteLine("MaxIdleTime description: {0}", description)

Van toepassing op

Zie ook