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.
Writes the specified XML fragment containing properties in the metadata repository.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable Sub WriteXmlProperties ( _
xmlWriter As XmlWriter _
)
'Usage
Dim instance As MetadataObject
Dim xmlWriter As XmlWriter
instance.WriteXmlProperties(xmlWriter)
public virtual void WriteXmlProperties(
XmlWriter xmlWriter
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
The XML fragment to write.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace