NotificationHubJob.InputProperties Property

Definition

Gets or sets the input properties.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="InputProperties", Order=1007)]
public System.Collections.Generic.Dictionary<string,string> InputProperties { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="InputProperties", Order=1007)>]
member this.InputProperties : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property InputProperties As Dictionary(Of String, String)

Property Value

The input properties.

Attributes

Applies to