SubmitGedExamineeRequestStreet Property Provincial Approach to Student Information API
The StreetAddress field from the GED file.

Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public string Street { get; set; }

Property Value

Type: String
Remarks


Field Validation

  • Value must be no more than 140 characters.
  • Value must not have control characters, leading, trailing or multiple embedded spaces. Value must not contain empty lines and each line must be delimited with a carriage return and line feed. Content must not match regular expression: [\x00-\x08]|[\x0E-\x19]|[\x7F-\x9F]|[^\x00-\xFF]|(^|\n)\s*\r|\n\s*(\r|$)|[^\r]\n|\r[^\n].
See Also

Reference