次の方法で共有


EnrollmentGroup.EnrollmentGroupId プロパティ

定義

登録グループ ID。

[Newtonsoft.Json.JsonProperty(PropertyName="enrollmentGroupId")]
public string EnrollmentGroupId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enrollmentGroupId")>]
member this.EnrollmentGroupId : string
Public ReadOnly Property EnrollmentGroupId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

例外

指定された文字列が enrollmentGroup Id 要件に適合しない場合

指定された文字列が enrollmentGroup Id の要件に適合しない場合

注釈

有効な enrollmentGroup ID は英数字、小文字で、ハイフンを含む場合があります。 最大文字数は 128 文字です。

適用対象