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.
Creates custom data markup that conforms to the protocol of the provider of the messaging service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Sub BuildCustomPropertySegment ( _
writer As XmlWriter _
)
'Usage
Dim writer As XmlWriter
Me.BuildCustomPropertySegment(writer)
protected virtual void BuildCustomPropertySegment(
XmlWriter writer
)
Parameters
writer
Type: System.Xml.XmlWriterThe object that will write the custom markup.
Remarks
The default implementation conforms to the Office Mobile Service (OMS) protocol. It creates a child element in the customData element with child elements for every item in the CustomProperties property.