ProcessParameterMetadata.BrowsableWhen Property

Gets or sets the context in which this process parameter may be shown.

Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property BrowsableWhen As BrowsableContext
public BrowsableContext BrowsableWhen { get; set; }
public:
property BrowsableContext BrowsableWhen {
    BrowsableContext get ();
    void set (BrowsableContext value);
}
member BrowsableWhen : BrowsableContext with get, set
function get BrowsableWhen () : BrowsableContext 
function set BrowsableWhen (value : BrowsableContext)

Property Value

Type: Microsoft.TeamFoundation.Build.Workflow.BrowsableContext
A BrowsableContext value indicating the context in which this process parameter may be shown.

.NET Framework Security

See Also

Reference

ProcessParameterMetadata Class

Microsoft.TeamFoundation.Build.Workflow Namespace