Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Private Set
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.