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.
Is can be used to determine whether a service host supports the features of a given TeamFoundationHostType. One service host can support multiple host types.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function Is ( _
hostType As TeamFoundationHostType _
) As Boolean
public virtual bool Is(
TeamFoundationHostType hostType
)
public:
virtual bool Is(
TeamFoundationHostType hostType
)
abstract Is :
hostType:TeamFoundationHostType -> bool
override Is :
hostType:TeamFoundationHostType -> bool
public function Is(
hostType : TeamFoundationHostType
) : boolean
Parameters
Return 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.