Share via


ServerTrustGroup.TrustScopes Property

Definition

Gets or sets trust scope of the server trust group.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.trustScopes")]
public System.Collections.Generic.IList<string> TrustScopes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.trustScopes")>]
member this.TrustScopes : System.Collections.Generic.IList<string> with get, set
Public Property TrustScopes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to