Category Property
Gets or sets {insert text here}.
Namespace: Microsoft.Data.Relational.Design.Controls
Assembly: Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)
Syntax
'Declaration
Public Property Category As String
Get
Private Set
'Usage
Dim instance As PickerItemBase
Dim value As String
value = instance.Category
public string Category { get; private set; }
public:
property String^ Category {
String^ get ();
private: void set (String^ value);
}
member Category : string with get, private set
function get Category () : String
private function set Category (value : String)
Property Value
Type: System..::..String