Share via


NoNamespace.multiSel Field

Definition

Represents the multiSel XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: formControlPr.
  • corresponds to the following strongly-typed properties: FormControlProperties.MultipleSelection.

Applies to