DataViewPropertyDescriptor.SetCategory(String) Method

Definition

Sets the category attribute, using the specified category value.

public:
 void SetCategory(System::String ^ value);
public void SetCategory (string value);
member this.SetCategory : string -> unit
Public Sub SetCategory (value As String)

Parameters

value
String

The category value used to create and add the CategoryAttribute. Specify null to use the default category attribute value.

Applies to