DataViewPropertyDescriptor.SetAttribute(Attribute) Method

Definition

Adds the specified attribute to this property's attributes list.

public:
 void SetAttribute(Attribute ^ value);
public void SetAttribute (Attribute value);
member this.SetAttribute : Attribute -> unit
Public Sub SetAttribute (value As Attribute)

Parameters

value
Attribute

The attribute to add.

Exceptions

The value parameter is null.

Applies to