SIFWorks ADK 2.0
SetExceptionalityPriority Method (val)
NamespacesEdustructures.SifWorks.CommonExceptionalityCategorySetExceptionalityPriority(ExceptionalityPriority)

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

Sets the value of the ExceptionalityPriority attribute.
Declaration Syntax
C#Visual BasicVisual C++
public void SetExceptionalityPriority(
	ExceptionalityPriority val
)
Public Sub SetExceptionalityPriority ( _
	val As ExceptionalityPriority _
)
public:
void SetExceptionalityPriority (
	ExceptionalityPriority^ val
)
Parameters
val (ExceptionalityPriority)
A ExceptionalityPriority 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