StudentIdentityInfoLastName Property Provincial Approach to Student Information API
(Required) (Required - MaxLength(50)) The last name of a person.

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

public string LastName { get; set; }

Property Value

Type: String
Remarks


Field Validation

  • This field is Required.
  • Value must be no more than 50 characters.
  • Value must only contain letters (A-Z), hyphens (-), apostrophes ('), periods (.), spaces ( ), or accented letters (ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöùúûüýÿ).
See Also

Reference