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 this host environment type.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Environment As HostEnvironmentOption
public HostEnvironmentOption Environment { get; private set; }
public:
property HostEnvironmentOption Environment {
HostEnvironmentOption get ();
private: void set (HostEnvironmentOption value);
}
member Environment : HostEnvironmentOption with get, private set
function get Environment () : HostEnvironmentOption
private function set Environment (value : HostEnvironmentOption)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.HostEnvironmentOption
A HostEnvironmentOption value describing the host environment type.
.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.