IBuildServiceHost.IsVirtual Property
Gets a value indicating whether this service host is virtual. A virtual service host is dynamically allocated to computers on demand instead of statically at installation time.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property IsVirtual As Boolean
bool IsVirtual { get; }
property bool IsVirtual {
bool get ();
}
abstract IsVirtual : bool with get
function get IsVirtual () : boolean
Property Value
Type: System.Boolean
.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.