PropertyBase.WriteUpdatePropertyAttributesXML method

Writes to XML the property attributes required for updating.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Protected MustOverride Sub WriteUpdatePropertyAttributesXML ( _
    xmlDoc As XmlTextWriter, _
    action As PropertyBase.DBAction _
)
'Usage
Dim xmlDoc As XmlTextWriter
Dim action As PropertyBase.DBAction

Me.WriteUpdatePropertyAttributesXML(xmlDoc, _
    action)
protected abstract void WriteUpdatePropertyAttributesXML(
    XmlTextWriter xmlDoc,
    PropertyBase.DBAction action
)

Parameters

Remarks

Used for XLM macros.

See also

Reference

PropertyBase class

PropertyBase members

Microsoft.Office.Server.UserProfiles namespace