 | AmiServiceClientCreateRole Method |
Creates a role in the IMS.
Namespace: SanteDB.Messaging.AMI.ClientAssembly: SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 3.0.2081-alpha+cbc29d8899d643bca0b6921497a6c32801355dbe
Syntaxpublic SecurityRoleInfo CreateRole(
SecurityRoleInfo role
)
Public Function CreateRole (
role As SecurityRoleInfo
) As SecurityRoleInfo
public:
SecurityRoleInfo^ CreateRole(
SecurityRoleInfo^ role
)
member CreateRole :
role : SecurityRoleInfo -> SecurityRoleInfo Parameters
- role SecurityRoleInfo
- The role to be created.
Return Value
SecurityRoleInfoReturns the newly created role.
See Also