次の方法で共有


NotificationHubJob.InputProperties プロパティ

定義

入力プロパティを取得または設定します。

[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)

プロパティ値

入力プロパティ。

属性

適用対象