DataNotificationRequestTypeInfoMaxPASICoreVersion Property Provincial Approach to Student Information API
(Required) The maximum data version known from the client perspective for this type.

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

public long MaxPASICoreVersion { get; set; }

Property Value

Type: Int64
Should be set to a numeric value that is the maximum PASICoreVersion known on the client.
Remarks

Each time an object is returned from PASI core it will contain an PasiCoreVersion. In order to determine if newer data is available for a client the maximum value should be sent to PASI core in this property.

Field Validation

  • This field is Required.
See Also

Reference