UserIPAddress Property Provincial Approach to Student Information API
(Required) (Required - MaxLength(50)) The Local IP Address (or machine name) of the node from which the user has initiated the call. In a web-based SIS system, this should be the IP (IPv4 or IPv6) address of the client's browser, in a thick client application SIS system, this should be the local IP address or machine name of the system running the thick client application.

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

public string IPAddress { get; set; }

Property Value

Type: String
A string value
Remarks

This information is mandatory.

Field Validation

  • This field is Required.
  • Value must be no more than 50 characters.
  • Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF].
See Also

Reference