EnumBuilder.Attributes Propiedad

Definición

Obtiene los atributos asociados a .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 de Type, a menos Type que represente un parámetro de tipo genérico, en cuyo caso el valor no está especificado.

Se aplica a