SIFWorks ADK 2.0
ExceptionalityPriority Property
NamespacesEdustructures.SifWorks.CommonExceptionalityCategoryExceptionalityPriority

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

Gets or sets the value of the ExceptionalityPriority attribute.
Declaration Syntax
C#Visual BasicVisual C++
public string ExceptionalityPriority{ get; set;}
Public Property ExceptionalityPriority As String
public:
property String^ ExceptionalityPriority {
	String^ get ();
	void set (String^ value);
}
Value
The ExceptionalityPriority attribute of this object.
Remarks

The SIF specification defines the meaning of this attribute as: "Identifies priority of the exceptionality. "Primary" is the first and is required even if only one exceptionality is specified. "Secondary", etc. are of lower priority. Primary, Secondary, and Tertiary must be specified before "Additional" is used."

This attribute 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 attributes of this kind.

VersionTag
1.5r1
<Type>
2.0
<ExceptionalityPriority>

Version: 2.0

Since: 1.5r1

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