Sdílet prostřednictvím


BulkEnrollmentOperationError.RegistrationId Property

Definition

Registration Id.

[Newtonsoft.Json.JsonProperty(PropertyName="registrationId", Required=Newtonsoft.Json.Required.Always)]
public string RegistrationId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="registrationId", Required=Newtonsoft.Json.Required.Always)>]
member this.RegistrationId : string
Public ReadOnly Property RegistrationId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Exceptions

if the provided string does not fit the registration Id requirements

If the provided registrationId does not fit the registration Id requirements

Remarks

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

Applies to