Return the repository UUID value from Subversion.
Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Output> Public ReadOnly Property RepositoryUuid As String |
C# |
---|
[Output] public string RepositoryUuid { get; } |
C++ |
---|
[Output] public property string RepositoryUuid sealed { String get(); } |
J# |
---|
/** @attribute Output() */ /** property */ public string get_RepositoryUuid(); |
JScript |
---|
public function get RepositoryUuid() : String |
See Also
Documentation version 1.0.0.0.