Share via


ModelAttributes.ParameterAttributes Property

Definition

Gets the set of attributes on the parameter, or null if this instance does not represent the attributes for a parameter.

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

Property Value

Applies to