RuleManagementEventDataSource.OperationName Property

Definition

Gets or sets the name of the operation that should be checked for. If no name is provided, any operation will match.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to