StatusKeyVersionInfoKnownSourceVersion Property Provincial Approach to Student Information API
The known version of the source object (not the status object.) PASI uses this information to determine if a newer source object is available and return it.

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

public Nullable<long> KnownSourceVersion { get; set; }

Property Value

Type: NullableInt64
Remarks

This property is nullable. If the value is null the corresponding "Get" service will NOT return the source object. If the value is less than the source object version and the status is up-to-date, the corresponding "Get" service will return the source object.
See Also

Reference