SPSiteSubscriptionSettingsObject.Serialize Method
Serializes the current object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected MustOverride Function Serialize As String
'Usage
Dim returnValue As String
returnValue = Me.Serialize()
protected abstract string Serialize()
Return Value
Type: System.String
String
The serialized object.
See Also
Reference
SPSiteSubscriptionSettingsObject Class