BuildContainerPath.IsServerPath Method

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Shared Function IsServerPath ( _
    path As String _
) As Boolean
public static bool IsServerPath(
    string path
)
public:
static bool IsServerPath(
    String^ path
)
static member IsServerPath : 
        path:string -> bool
public static function IsServerPath(
    path : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

BuildContainerPath Class

Microsoft.TeamFoundation.Build.Common Namespace