adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EffectiveSchedule Class / NotificationAddress Property


In This Topic
    NotificationAddress Property
    In This Topic
    The NotificationAddress that this rule belongs to, if any
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property NotificationAddress As NotificationAddress
    [CanBeNull()]
    public NotificationAddress NotificationAddress {get; set;}
    [CanBeNull()]
    public:
    property NotificationAddress^ NotificationAddress {
       NotificationAddress^ get();
       void set (    NotificationAddress^ value);
    }
    See Also