adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationGroupMember Class / Recipient Property


In This Topic
    Recipient Property
    In This Topic
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Recipient As NotificationRecipient
    [CanBeNull()]
    public NotificationRecipient Recipient {get; set;}
    [CanBeNull()]
    public:
    property NotificationRecipient^ Recipient {
       NotificationRecipient^ get();
       void set (    NotificationRecipient^ value);
    }
    Remarks

    A group's members may be NotificationIndividuals or other Notification Groups.

    See Also