Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes to XML the property attributes, in display order, required for updating.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub WriteDisplayOrderUpdatePropertyAttributesXML ( _
xmlDoc As XmlWriter _
)
'Usage
Dim instance As ProfileSubtypeProperty
Dim xmlDoc As XmlWriter
instance.WriteDisplayOrderUpdatePropertyAttributesXML(xmlDoc)
public void WriteDisplayOrderUpdatePropertyAttributesXML(
XmlWriter xmlDoc
)
Parameters
xmlDoc
Type: System.Xml.XmlWriterThe XmlWriter that generates the XML stream.
Remarks
This method is used for XLM macros.