ProcessParameterMetadata.Category Property
Gets or sets the property grid category of this process parameter.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Category As String
public string Category { get; set; }
public:
property String^ Category {
String^ get ();
void set (String^ value);
}
member Category : string with get, set
function get Category () : String
function set Category (value : String)
Property Value
Type: System.String
The property grid category of this process parameter.
.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.