Share via


ModelAttributes.TypeAttributes Property

Definition

Gets the set of attributes on the Type. If this instance represents a property, then TypeAttributes contains attributes retrieved from PropertyType. If this instance represents a parameter, then contains attributes retrieved from ParameterType.

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

Property Value

Applies to