[This is preliminary documentation and is subject to change.]
Shows whether to notify the group for this event.
Namespace:
OfficeClip.BusinessLayer.DesktopAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool NotifyGroup { get; set; } |
Visual Basic (Declaration) |
---|
Public Property NotifyGroup As Boolean |
Visual C++ |
---|
public: property bool NotifyGroup { bool get (); void set (bool value); } |