DataViewPropertyDescriptor.SetCategory(String) 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.
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.