ExtendedInfoListList Property Provincial Approach to Student Information API
(Required) The list of ExtendedInfo objects. See the details of the service for the expected values.

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

public List<ExtendedInfo> List { get; set; }

Property Value

Type: ListExtendedInfo
Remarks

The ExtendedInfoList class encapsulates a generic list of type ExtendedInfo. This allows for the ExtendedInfoList to be the root element during XML serialization meaning it can be serialized independently of it's parent object.

Field Validation

  • This field is Required.
See Also

Reference