SPSiteSubscriptionSettingsObject.Version property

Gets or sets the version number of the current object.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

SPSiteSubscriptionSettingsObject members

Microsoft.SharePoint namespace