次の方法で共有


PartnerTopicInfo.Source プロパティ

定義

イベントの発生元のスコープまたはコンテキストを決定するために、発行元によって提供されるソース情報を取得または設定します。 この情報は、作成されたパートナー トピックの承認プロセス中にサブスクライバーが使用できます。

[Newtonsoft.Json.JsonProperty(PropertyName="source")]
public string Source { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="source")>]
member this.Source : string with get, set
Public Property Source As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象