EnrollmentGroup.EnrollmentGroupId Property

Definition

Enrollment Group 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Exceptions

if the provided string does not fit the enrollmentGroup Id requirements

If the provided string does not fit the enrollmentGroup Id requirements

Remarks

A valid enrollmentGroup Id shall be alphanumeric, lowercase, and may contain hyphens. Max characters 128.

Applies to