LogProfileResource.Categories Property

Definition

Gets or sets the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to