WorkspaceVersionSpec.ComputeUniqueVersionString Method
Computes the unique version string associated with the workplace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function ComputeUniqueVersionString As String
public string ComputeUniqueVersionString()
public:
String^ ComputeUniqueVersionString()
member ComputeUniqueVersionString : unit -> string
public function ComputeUniqueVersionString() : String
Return Value
Type: System.String
The unique version string associated with the workplace.
.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.