次の方法で共有


ServerTrustGroup.TrustScopes プロパティ

定義

サーバー信頼グループの信頼スコープを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象