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;}
    Remarks

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

    See Also