SPUserCustomAction.VersionOfUserCustomAction property
Gets a value that represents an implementation-specific version identifier.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.