RepositoryProperties Constructor (TeamFoundationVersionControlService)

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    versionControlService As TeamFoundationVersionControlService _
)
public RepositoryProperties(
    TeamFoundationVersionControlService versionControlService
)
public:
RepositoryProperties(
    TeamFoundationVersionControlService^ versionControlService
)
new : 
        versionControlService:TeamFoundationVersionControlService -> RepositoryProperties
public function RepositoryProperties(
    versionControlService : TeamFoundationVersionControlService
)

Parameters

.NET Framework Security

See Also

Reference

RepositoryProperties Class

RepositoryProperties Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace