VersionControlServer.BaselineFolderNamePrefix Property

Gets the baseline folder name prefix associated with the version control server.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Shared ReadOnly Property BaselineFolderNamePrefix As String
public static string BaselineFolderNamePrefix { get; }
public:
static property String^ BaselineFolderNamePrefix {
    String^ get ();
}
static member BaselineFolderNamePrefix : string with get
static function get BaselineFolderNamePrefix () : String

Property Value

Type: System.String
The baseline folder name prefix associated with the version control server.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace