| AmiServiceClientGetRole Method (Guid) |
Gets a specific role.
Namespace:
SanteDB.Messaging.AMI.Client
Assembly:
SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax public SecurityRoleInfo GetRole(
Guid id
)
Public Function GetRole (
id As Guid
) As SecurityRoleInfo
public:
SecurityRoleInfo^ GetRole(
Guid id
)
member GetRole :
id : Guid -> SecurityRoleInfo
Parameters
- id
- Type: SystemGuid
The id of the role to be retrieved.
Return Value
Type:
SecurityRoleInfoReturns the specified role.
See Also