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;}
    [DataMember()]
    public:
    property String^ Address {
       String^ get();
       void set (    String^ value);
    }
    See Also