adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetNotificationGroup Method
The name of the group to fetch.


In This Topic
    GetNotificationGroup Method
    In This Topic
    Gets the Notification Group with the specified name.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Function GetNotificationGroup( _
       ByVal groupName As String _
    ) As NotificationGroup
    [CanBeNull()]
    public NotificationGroup GetNotificationGroup( 
       string groupName
    )
    [CanBeNull()]
    public:
    NotificationGroup^ GetNotificationGroup( 
       String^ groupName
    ) 

    Parameters

    groupName
    The name of the group to fetch.

    Return Value

    The Notification Group, or a null reference (Nothing in Visual Basic) if no matching object is found.
    See Also