UserRoleDeleteRole Method | |
Role delete
Namespace:
SOWIApp.Management
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static void DeleteRole(
int pRoleID,
string pDBUserName
)
Public Shared Sub DeleteRole (
pRoleID As Integer,
pDBUserName As String
)
Parameters
- pRoleID
- Type: SystemInt32
[Missing <param name="pRoleID"/> documentation for "M:SOWIApp.Management.UserRole.DeleteRole(System.Int32,System.String)"]
- pDBUserName
- Type: SystemString
Database User for field DeleteUser
See Also