SIFWorks ADK 2.0
SubjectArea Property
NamespacesEdustructures.SifWorks.StudentSchoolCourseInfoOverrideSubjectArea

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

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

The SIF specification defines the meaning of this null as: "Override of the subject matter area for this section."

This null 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 nulls of this kind.

VersionTag
1.1
<SubjectAreaOverride>
2.0
<SubjectArea>

To remove the SubjectArea, set SubjectArea to null

Version: 2.0

Since: 1.1

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