CommandParameterInfo.Attributes Property

Definition

Gets the attributes that are specified on the parameter.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Attribute ^> ^ Attributes { System::Collections::ObjectModel::ReadOnlyCollection<Attribute ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Attribute> Attributes { get; }
member this.Attributes : System.Collections.ObjectModel.ReadOnlyCollection<Attribute>
Public ReadOnly Property Attributes As ReadOnlyCollection(Of Attribute)

Property Value

Applies to