WorkspaceSpec.OwnerDisambiguationSeparatorStart Property
Returns the start string for the owner disambiguation separator.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property OwnerDisambiguationSeparatorStart As String
public static string OwnerDisambiguationSeparatorStart { get; }
public:
static property String^ OwnerDisambiguationSeparatorStart {
String^ get ();
}
static member OwnerDisambiguationSeparatorStart : string with get
static function get OwnerDisambiguationSeparatorStart () : String
Property Value
Type: System.String
Returns String.
.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.