次の方法で共有


SystemData.CreatedBy プロパティ

定義

リソースを作成した ID を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象