ScheduledNotification.Payload Property

Definition

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

Applies to