次の方法で共有


ContentLink.Uri プロパティ

定義

Runbook コンテンツの URI を取得または設定します。

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

プロパティ値

Uri
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象