adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationRecipient Interface / Address Property


In This Topic
    Address Property (INotificationRecipient)
    In This Topic
    The address of the recipient
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    ReadOnly Property Address As String
    [CanBeNull()]
    string Address {get;}
    [CanBeNull()]
    property String^ Address {
       String^ get();
    }
    See Also