Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the XML document.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As InitString
Dim value As XmlDocument
value = instance.XmlDocument
instance.XmlDocument = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property XmlDocument As XmlDocument
[BrowsableAttribute(false)]
public XmlDocument XmlDocument { get; set; }
[BrowsableAttribute(false)]
public:
property XmlDocument^ XmlDocument {
XmlDocument^ get ();
void set (XmlDocument^ value);
}
/** @property */
public XmlDocument get_XmlDocument ()
/** @property */
public void set_XmlDocument (XmlDocument value)
public function get XmlDocument () : XmlDocument
public function set XmlDocument (value : XmlDocument)
Property Value
The XML document.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
InitString Class
InitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.