'Declaration
Public Function GetSecurityRole( _ ByVal name As String _ ) As SecurityRole
public SecurityRole GetSecurityRole( string name )
Parameters
- name
- The name of the Role to fetch.
Return Value
The Security Role, or null (Nothing) if no matching object is found.