DataViewPropertyDescriptor.SetCategory Method

Sets the category attribute, using the specified category value.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Sub SetCategory ( _
    value As String _
)
public void SetCategory(
    string value
)
public:
void SetCategory(
    String^ value
)
member SetCategory : 
        value:string -> unit
public function SetCategory(
    value : String
)

Parameters

  • value
    Type: System.String

    The category value used to create and add the CategoryAttribute. Specify nulla null reference (Nothing in Visual Basic) to use the default category attribute value.

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

Microsoft.VisualStudio.Data.Framework Namespace