SPSiteSubscriptionSettingsObject.Serialize method
Serializes the current object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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