Share via


NoNamespace.minVer Field

Definition

Represents the minVer XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: colorsDef, colorsDefHdr, layoutDef, layoutDefHdr, styleDef, styleDefHdr, dataModelExt.
  • corresponds to the following strongly-typed properties: ColorsDefinition.MinVersion, ColorsDefinitionHeader.MinVersion, DataModelExtensionBlock.MinVer, LayoutDefinition.MinVersion, LayoutDefinitionHeader.MinVersion, StyleDefinition.MinVersion, StyleDefinitionHeader.MinVersion.

Applies to