Compartir a través de


SectionGroup.Type Propiedad

Definición

Obtiene o establece el tipo de .NET Framework del grupo de secciones de configuración.

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

Valor de propiedad

Tipo de .NET Framework del grupo de secciones de configuración.

Comentarios

Si el SectionGroup objeto es un tipo derivado, la Type propiedad devolverá el nombre del tipo derivado que extiende la SectionGroup clase .

Se aplica a