LatestVersionSpec.ToDBString Method
This member overrides VersionSpec.ToDBString().
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Overrides Function ToDBString As String
'Usage
Dim instance As LatestVersionSpec
Dim returnValue As String
returnValue = instance.ToDBString()
public override string ToDBString()
public:
virtual String^ ToDBString() override
public override function ToDBString() : String
Return Value
Type: System.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.