Specifies constants indicating what properties this object supports.

Namespace: ININ.IceLib.Statistics.Alerts
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum Property
Visual Basic
Public Enumeration Property

Members

Member nameValueDescription
AccessMode0 The AccessMode.
AlertDefinitions1 The alert definitions.
Created2 The timestamp of when the AlertSet was created.
Description3 The Description.
DisplayString4 The DisplayString.
Id5 The ID of the AlertSet.
Modified6 The Modified time.
ModifiedBy7 The user responsible for the most recent modification.
Owner8 The Owner.
OwnerDisplayName9 The Display Name of the Owner.
SubscribedByOther10 Flag used to indicate if the AlertSet is subscribed to by anyone other than the current user.
SubscribedByUser11 Flag used to indicate if the AlertSet is subscribed to by the current user.
AlertSetSubscribers12 The subscribers to this AlertSet.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also