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

In This Topic
    Address Property (NotificationRecipient)
    In This Topic
    The address of the recipient
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Address As String
    [DataMember()]
    public string Address {get; set;}
    See Also