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
     
    
    <CanBeNullAttribute()>
    Public Function GetNotificationIndividual( _
       ByVal name As String _
    ) As NotificationIndividual
    [CanBeNull()]
    public NotificationIndividual GetNotificationIndividual( 
       string name
    )
    [CanBeNull()]
    public:
    NotificationIndividual^ GetNotificationIndividual( 
       String^ name
    ) 

    Parameters

    name
    The name of the Individual to fetch.

    Return Value

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