SIFWorks ADK 2.0
OtherCodeList Property
NamespacesEdustructures.SifWorks.StudentActionOtherCodeList

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

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

The SIF specification defines the meaning of this null as: "List of other codes or strings that crosswalk to or serve as translations of the Code element. If Code changes and OtherCode elements are supported, both Code and all associated OtherCode elements must be present."

To remove the OtherCodeList, set OtherCodeList to null

Version: 2.0

Since: 2.0

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