 | UpstreamSecurityRepositoryGetRole Method |
Gets a specific role.
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic SecurityRole GetRole(
string roleName
)
Public Function GetRole (
roleName As String
) As SecurityRole
public:
virtual SecurityRole^ GetRole(
String^ roleName
) sealed
abstract GetRole :
roleName : string -> SecurityRole
override GetRole :
roleName : string -> SecurityRole Parameters
- roleName String
- The id of the role to retrieve.
Return Value
SecurityRoleReturns the role.
Implements
ISecurityRepositoryServiceGetRole(String)
See Also