NotificationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents notification details
[System.Runtime.Serialization.DataContract(Name="NotificationDetails", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class NotificationDetails : System.Runtime.Serialization.IExtensibleDataObject
type NotificationDetails = class
interface IExtensibleDataObject
Public NotInheritable Class NotificationDetails
Implements IExtensibleDataObject
- Inheritance
-
System.ObjectNotificationDetails
- Attributes
-
System.Runtime.Serialization.DataContractAttribute
- Implements
-
System.Runtime.Serialization.IExtensibleDataObject
Constructors
NotificationDetails() |
Properties
EndTime |
Gets or sets the notification end time. |
EnqueueTime |
Gets or sets the notification enqueue time. |
ExtensionData |
Gets or sets the structure that contains extra data. |
Location |
Gets or sets the location. |
NotificationBody |
Gets or sets the notification body. |
NotificationId |
Gets or sets the notification identifier. |
StartTime |
Gets or sets the notification start time. |
State |
Gets or sets the notification state. |
Tags |
Gets or sets the notification tags. |
TargetPlatforms |
Gets or sets the notification target platforms. |