[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <Evaluation> element.
| C# | Visual Basic | Visual C++ |
public ResourceEvaluation Evaluation{ get; set;}
Public Property Evaluation As ResourceEvaluation
public: property ResourceEvaluation^ Evaluation { ResourceEvaluation^ get (); void set (ResourceEvaluation^ value); }
A ResourceEvaluation
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.
| Version | Tag |
|---|---|
| 1.5r1 | <ResourceEvaluation> |
| 2.0 | <Evaluation> |
To remove the ResourceEvaluation, set Evaluation to null
Version: 2.0
Since: 1.5r1