次の方法で共有


ProcessInfoInner.UserName プロパティ

定義

ユーザー名を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象