TeamFoundationServiceHost.Is Method

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

See Also

Reference

TeamFoundationServiceHost Class

Microsoft.TeamFoundation.Framework.Server Namespace