Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the XML document to be loaded and customized.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Protected Property Document As XmlDocument
Get
Set
'Usage
Dim value As XmlDocument
value = Me.Document
Me.Document = value
protected XmlDocument Document { get; set; }
Property Value
Type: System.Xml.XmlDocument
An XmlDocument object that represents an XML document.