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 with get
function get Category () : String
Property Value
Type: String
The category into which this property falls.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.