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.
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