SIFWorks ADK 2.0
NumberOfOverdues Property
NamespacesEdustructures.SifWorks.LibraryLibraryPatronStatusNumberOfOverdues

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <NumberOfOverdues> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<int> NumberOfOverdues{ get; set;}
Public Property NumberOfOverdues As Nullable(Of Integer)
public:
property Nullable<int> NumberOfOverdues {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
Value
The NumberOfOverdues element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The total number of checkouts that are currently overdue."

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.1
<NumOverdues>
2.0
<NumberOfOverdues>

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10