SecurityEventsFilterParameters.ShowServerRecords Property

Definition

Gets or sets whether to show server records or not.

[Newtonsoft.Json.JsonProperty(PropertyName="showServerRecords")]
public bool? ShowServerRecords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="showServerRecords")>]
member this.ShowServerRecords : Nullable<bool> with get, set
Public Property ShowServerRecords As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to