ModelAttributes.Attributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)