adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationRecipient Class / AddressType Property

In This Topic
    AddressType Property (NotificationRecipient)
    In This Topic
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property AddressType As NotificationAddressType
    [DataMember()]
    public NotificationAddressType AddressType {get; set;}
    See Also