DataViewPropertyDescriptor.SetAttribute(Attribute) Method
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.
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.