RepositorySourceGetRepositoryByName Method |
Gets the repository with the specified name.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Repository GetRepositoryByName(
string repositoryName
)
Public Function GetRepositoryByName (
repositoryName As String
) As Repository
public:
Repository^ GetRepositoryByName(
String^ repositoryName
)
member GetRepositoryByName :
repositoryName : string -> Repository
Parameters
- repositoryName
- Type: SystemString
Name of the repository.
Return Value
Type:
Repository
See Also