PropertyBase.WriteRemovePropertyAttributesXML Method
Writes to XML the property attributes required for removing.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected MustOverride Sub WriteRemovePropertyAttributesXML ( _
xmlDoc As XmlTextWriter _
)
'Usage
Dim xmlDoc As XmlTextWriter
Me.WriteRemovePropertyAttributesXML(xmlDoc)
protected abstract void WriteRemovePropertyAttributesXML(
XmlTextWriter xmlDoc
)
Parameters
- xmlDoc
Type: System.Xml.XmlTextWriter
Remarks
This method is used for XLM macros.