ConfigurationSectionGroup.Type Eigenschap

Definitie

Hiermee wordt het type voor dit ConfigurationSectionGroup object opgehaald of ingesteld.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String

Waarde van eigenschap

Het type van dit ConfigurationSectionGroup object.

Uitzonderingen

Het ConfigurationSectionGroup object is de hoofdsectiegroep.

– of –

Het ConfigurationSectionGroup object heeft een locatie.

De sectie of groep is al gedefinieerd op een ander niveau.

Voorbeelden

In het volgende codevoorbeeld ziet u hoe u de Type eigenschap gebruikt. Dit maakt deel uit van een groter voorbeeld in het overzicht voor de ConfigurationSectionGroup klas.

indent("Type: " + sectionGroup.Type);
indent("Type: " + sectionGroup.Type)

Opmerkingen

Als dit exemplaar van de ConfigurationSectionGroup klasse een afgeleid type is, retourneert de Type eigenschap de naam van het afgeleide type dat de ConfigurationSectionGroup klasse uitbreidt.

Van toepassing op

Zie ook