Compartir a través de


ModelAttributes.PropertyAttributes Propiedad

Definición

Obtiene el conjunto de atributos de la propiedad o null si esta instancia no representa los atributos de una propiedad.

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ PropertyAttributes { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> PropertyAttributes { get; }
public System.Collections.Generic.IReadOnlyList<object>? PropertyAttributes { get; }
member this.PropertyAttributes : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property PropertyAttributes As IReadOnlyList(Of Object)

Valor de propiedad

Se aplica a