次の方法で共有


PolicyDefinitionReference.GroupNames プロパティ

定義

このポリシー定義参照が属するグループの名前を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象