SIFWorks ADK 2.0
Evaluation Property
NamespacesEdustructures.SifWorks.InstrResourceEvaluationsEvaluation

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

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

The SIF specification defines the meaning of this null as: "Name of individual who submitted evaluation."

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.5r1
<ResourceEvaluation>
2.0
<Evaluation>

To remove the ResourceEvaluation, set Evaluation to null

Version: 2.0

Since: 1.5r1

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