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
'Déclaration
Public Property BrowsableWhen As BrowsableContext
Get
Set
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
- 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.