Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.