Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns basic information about the repository. This includes its name and GUID.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetRepositoryProperties As RepositoryProperties
[WebMethodAttribute]
public RepositoryProperties GetRepositoryProperties()
[WebMethodAttribute]
public:
RepositoryProperties^ GetRepositoryProperties()
[<WebMethodAttribute>]
member GetRepositoryProperties : unit -> RepositoryProperties
public function GetRepositoryProperties() : RepositoryProperties
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Server.RepositoryProperties
.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.