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

See Also

Reference

ProcessParameterMetadata Class

Microsoft.TeamFoundation.Build.Workflow Namespace