次の方法で共有


SystemData.LastModifiedByType プロパティ

定義

リソースを最後に変更した ID の種類を取得または設定します。 使用できる値は、'User'、'Application'、'ManagedIdentity'、'Key' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象