Click or drag to resize
Notification Properties
This API is preliminary and subject to change.

The Notification type exposes the following members.

Properties
  NameDescription
Public propertyCreated
Gets a timestamp indicating when the notification was first created.
Public propertyDetails
Gets the detailed configuration properties for the notification.
(Inherited from NotificationConfiguration.)
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyId
Gets the unique identifier for the notification resource.
Public propertyLabel
Gets the friendly name of the notification.
(Inherited from NotificationConfiguration.)
Public propertyLastModified
Gets a timestamp indicating when the notification was last modified.
Public propertyMetadata
Gets a collection of metadata associated with the notification.
(Inherited from NotificationConfiguration.)
Public propertyType
Gets the ID of the notification type to send.
(Inherited from NotificationConfiguration.)
Top
See Also