UITestPropertyDescriptor.Category Property

Gets the category into which this property falls.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property Category As String
public string Category { get; }
public:
property String^ Category {
    String^ get ();
}
member Category : string
function get Category () : String

Property Value

Type: System.String
The category into which this property falls.

.NET Framework Security

See Also

Reference

UITestPropertyDescriptor Class

Microsoft.VisualStudio.TestTools.UITesting Namespace