[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <PredecessorObjects> element.
| C# | Visual Basic | Visual C++ |
public PredecessorObjects PredecessorObjects{ get; set;}
Public Property PredecessorObjects As PredecessorObjects
public: property PredecessorObjects^ PredecessorObjects { PredecessorObjects^ get (); void set (PredecessorObjects^ value); }
A PredecessorObjects
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