EnumBuilder.Attributes Propiedad

Definición

Obtiene los atributos asociados al objeto Type.

public:
 virtual property System::Reflection::TypeAttributes Attributes { System::Reflection::TypeAttributes get(); };
public override System.Reflection.TypeAttributes Attributes { get; }
member this.Attributes : System.Reflection.TypeAttributes
Public Overrides ReadOnly Property Attributes As TypeAttributes

Valor de propiedad

Objeto TypeAttributes que representa el conjunto de atributos del objeto Type, a menos que el objeto Type represente un parámetro de tipo genérico, en cuyo caso el valor no se especifica.

Se aplica a