Share via


EMMA.mode Field

Definition

Represents the emma:mode XML attributes.

public static readonly System.Xml.Linq.XName mode;
 staticval mutable mode : System.Xml.Linq.XName
Public Shared ReadOnly mode As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: arc, endpoint, group, interpretation, one_of, sequence.
  • corresponds to the following strongly-typed properties: Arc.Mode, EndPoint.Mode, Group.Mode, Interpretation.Mode, OneOf.Mode, Sequence.Mode.

Applies to