EntityRefIdVersionInfoExpectedVersion Property Provincial Approach to Student Information API
The expected version of the object. This property should be used in conjunction with the IsDataAvailable service. Using the version numbers returned from IsDataAvailable allows PASI to only return objects the client is expecting.

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

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

Property Value

Type: NullableInt64
Remarks

This property is nullable. If the value is null or zero, the corresponding "Get" service will return the latest object.
See Also

Reference