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.
Deserializes the specified XML input into the current object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride Sub Deserialize ( _
xmlData As String _
)
'Usage
Dim xmlData As String
Me.Deserialize(xmlData)
protected abstract void Deserialize(
string xmlData
)
Parameters
xmlData
Type: System.StringThe XML input to deserialize.
See also
Reference
SPSiteSubscriptionSettingsObject class