Share via


ModelAttributes.Attributes Property

Definition

Gets the set of all attributes. If this instance represents the attributes for a property, the attributes on the property definition are before those on the property's Type. If this instance represents the attributes for a parameter, the attributes on the parameter definition are before those on the parameter's Type.

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

Property Value

Applies to