SPSiteSubscriptionSettingsObject.Version property
Obtém ou define o número da versão do objeto atual.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Property Version As Long
Get
Set
'Uso
Dim value As Long
value = Me.Version
Me.Version = value
protected long Version { get; set; }
Property value
Type: System.Int64
Int64
O número da versão.
Ver também
Referência
SPSiteSubscriptionSettingsObject class