SPControl.Version property

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

Syntax

'Declaration
Public Overridable Property Version As Integer
    Get
    Set
'Usage
Dim instance As SPControl
Dim value As Integer

value = instance.Version

instance.Version = value
public virtual int Version { get; set; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

SPControl class

SPControl members

Microsoft.SharePoint.WebControls namespace