'Declaration
Public Function GetNotificationGroup( _ ByVal groupName As String _ ) As NotificationGroup
public NotificationGroup GetNotificationGroup( string groupName )
Parameters
- groupName
- The name of the group to fetch.
Return Value
The Notification Group, or null (Nothing) if no matching object is found.