次の方法で共有


GroupCreateParameters.SecurityEnabled プロパティ

定義

グループがセキュリティ グループかどうか。 true である必要があります。 Graph API を使用して作成できるのは、純粋なセキュリティ グループのみであるためです。

[Newtonsoft.Json.JsonProperty(PropertyName="securityEnabled")]
public static bool SecurityEnabled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="securityEnabled")>]
static member SecurityEnabled : bool
Public Shared ReadOnly Property SecurityEnabled As Boolean

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象