Click or drag to resize

AmiServiceClient.GetRole Method (String)

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(
	string roleName
)

Parameters

roleName
Type: System.String

[Missing <param name="roleName"/> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.GetRole(System.String)"]

Return Value

Type: SecurityRoleInfo
Returns the specified role.
See Also