SPControl.Version Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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