ProfileTypeProperty.WriteUpdatePropertyAttributesXML method
This member overrides PropertyBase.WriteUpdatePropertyAttributesXML(XmlTextWriter, PropertyBase.DBAction).
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Overrides Sub WriteUpdatePropertyAttributesXML ( _
xmlDoc As XmlTextWriter, _
action As PropertyBase.DBAction _
)
'Usage
Dim xmlDoc As XmlTextWriter
Dim action As PropertyBase.DBAction
Me.WriteUpdatePropertyAttributesXML(xmlDoc, _
action)
protected override void WriteUpdatePropertyAttributesXML(
XmlTextWriter xmlDoc,
PropertyBase.DBAction action
)
Parameters
- xmlDoc
Type: System.Xml.XmlTextWriter