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

Remarks

This method is used for XLM macros.

See also

Reference

PropertyBase class

PropertyBase members

Microsoft.Office.Server.UserProfiles namespace