Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.