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


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