SPUserCustomAction.VersionOfUserCustomAction Property
Gets a value that represents an implementation-specific version identifier.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property VersionOfUserCustomAction As Version
Get
'Usage
Dim instance As SPUserCustomAction
Dim value As Version
value = instance.VersionOfUserCustomAction
public Version VersionOfUserCustomAction { get; }
Property Value
Type: System.Version
The build version.