SIFWorks ADK 2.0
PredecessorObjects Property
NamespacesEdustructures.SifWorks.InstrCurriculumStructurePredecessorObjects

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

Gets or sets the value of the <PredecessorObjects> element.
Declaration Syntax
C#Visual BasicVisual C++
public PredecessorObjects PredecessorObjects{ get; set;}
Public Property PredecessorObjects As PredecessorObjects
public:
property PredecessorObjects^ PredecessorObjects {
	PredecessorObjects^ get ();
	void set (PredecessorObjects^ value);
}
Value
A PredecessorObjects
Remarks

The SIF specification defines the meaning of this null as: "GUID assigned to the CurriculumStructure object directly above it in the hierarchy tree. This is repeatable because a single object can have multiple parent levels of the hierarchy. It is null if there is no parent object."

To remove the PredecessorObjects, set PredecessorObjects to null

Version: 2.0

Since: 1.5r1

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