Share via


X.page Field

Definition

Represents the x:page XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: pages.
  • has the following child XML elements: pageItem.
  • has the following XML attributes: count.
  • corresponds to the following strongly-typed classes: Page.

Applies to