Given a security group code, returns the associated
CSecurityGroup object,
or NULL if the security group is not found
Namespace:
Asi.iBO.SystemConfig
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetSecurityGroup ( _
securityGroupCode As String _
) As CSecurityGroup |
Parameters
- securityGroupCode
- Type: System..::.String
The key to the security group to find/validate
Return Value
A
CSecurityGroup object with details about the security group, or null if the group is not found/not valid.
See Also