NetworkSecurityRulesEvaluationResult.SourceMatched Property

Definition

Gets or sets value indicating whether source is matched.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to