RepositoryProperties Constructor (TeamFoundationVersionControlService)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
‘선언
Public Sub New ( _
versionControlService As TeamFoundationVersionControlService _
)
public RepositoryProperties(
TeamFoundationVersionControlService versionControlService
)
public:
RepositoryProperties(
TeamFoundationVersionControlService^ versionControlService
)
new :
versionControlService:TeamFoundationVersionControlService -> RepositoryProperties
public function RepositoryProperties(
versionControlService : TeamFoundationVersionControlService
)
Parameters
- versionControlService
Type: Microsoft.TeamFoundation.VersionControl.Server.TeamFoundationVersionControlService
.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.