SPSiteSubscriptionSettingsObject.Version Property
Gets or sets the version number of the current object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Property Version As Long
Get
Set
'Usage
Dim value As Long
value = Me.Version
Me.Version = value
protected long Version { get; set; }
Property Value
Type: System.Int64
Int64
The version number.
See Also
Reference
SPSiteSubscriptionSettingsObject Class