次の方法で共有


LogProfileResource.Categories プロパティ

定義

ログのカテゴリを取得または設定します。 これらのカテゴリは、ユーザーに便利なように作成されます。 一部の値は、'Write'、'Delete'、および/または 'Action' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.categories")]
public System.Collections.Generic.IList<string> Categories { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.categories")>]
member this.Categories : System.Collections.Generic.IList<string> with get, set
Public Property Categories As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象