Share via


NetworkRuleSet.TrustedServiceAccessEnabled Property

Definition

Gets or sets value that indicates whether Trusted Service Access is Enabled or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to