ScheduledNotification.Payload Property
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.
Gets or sets the payload of this scheduled notification.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="Payload", Order=1001)]
public Microsoft.Azure.NotificationHubs.Notification Payload { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="Payload", Order=1001)>]
member this.Payload : Microsoft.Azure.NotificationHubs.Notification
Public ReadOnly Property Payload As Notification
Property Value
The payload of this scheduled notification.
- Attributes