MenuItemTemplate.ShowOnlyIfUIVersionConfigurationEnabled Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ShowOnlyIfUIVersionConfigurationEnabled As Boolean
Get
Set
'Usage
Dim instance As MenuItemTemplate
Dim value As Boolean
value = instance.ShowOnlyIfUIVersionConfigurationEnabled
instance.ShowOnlyIfUIVersionConfigurationEnabled = value
public bool ShowOnlyIfUIVersionConfigurationEnabled { get; set; }
Property Value
Type: System.Boolean