ConsoleNode.UIVersion Property
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overridable Property UIVersion As Integer
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As Integer
value = instance.UIVersion
instance.UIVersion = value
public virtual int UIVersion { get; set; }
Property Value
Type: System.Int32