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
- xmlDoc
Type: System.Xml.XmlTextWriter
Remarks
Used for XLM macros.