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.
Stores the XML representation of the current object.
Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected MustOverride Sub StoreObject ( _
    xmlData As String _
)
'Usage
Dim xmlData As String
Me.StoreObject(xmlData)
protected abstract void StoreObject(
    string xmlData
)
Parameters
xmlData
Type: System.StringThe XML representation of the object.
See Also
Reference
SPSiteSubscriptionSettingsObject Class