NotificationHubJob.OutputProperties Property

Definition

Gets the output properties.

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

Property Value

The output properties.

Attributes

Applies to