次の方法で共有


Deployment.Author プロパティ

定義

展開を作成したユーザーを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象