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

In This Topic
    GetNotificationIndividual Method
    In This Topic
    Gets the Notification Individual with the specified name.
    Syntax
    'Declaration
     
    
    Public Function GetNotificationIndividual( _
       ByVal name As String _
    ) As NotificationIndividual
    public NotificationIndividual GetNotificationIndividual( 
       string name
    )

    Parameters

    name
    The name of the Individual to fetch.

    Return Value

    The Notification Individual, or null (Nothing) if no matching object is found.
    See Also