ModelAttributes.PropertyAttributes 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 attributes on the property, or null
if this instance does not represent the attributes
for a property.
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)