'Declaration
<CanBeNullAttribute()> Public Function GetSecurityRole( _ ByVal name As String _ ) As SecurityRole
[CanBeNull()] public SecurityRole GetSecurityRole( string name )
[CanBeNull()] public: SecurityRole^ GetSecurityRole( String^ name )
Parameters
- name
- The name of the Role to fetch.
Return Value
The Security Role, or a null reference (Nothing in Visual Basic) if no matching object is found.