SIFWorks ADK 2.0
Number Property
NamespacesEdustructures.SifWorks.InstrCurriculumHierarchyLevelNumber

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

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

The SIF specification defines the meaning of this element as: "Integer assigned to each hierarchical level within the CurriculumStructure tree. The top level is 1."

Version: 2.0

Since: 2.0

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