WorkspaceSpec.Separator Property
Returns the separator character for WorkspaceSpec.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Separator As Char
public static char Separator { get; }
public:
static property wchar_t Separator {
wchar_t get ();
}
static member Separator : char with get
static function get Separator () : char
Property Value
Type: System.Char
Returns Char.
.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.