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
- 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.