UseSchedules Property (NotificationGroupMember)
In This Topic
Indicates whether
EffectiveSchedules are used
Syntax
'Declaration
Public Property UseSchedules As Boolean
public bool UseSchedules {get; set;}
public:
property bool UseSchedules {
bool get();
void set ( bool value);
}
See Also