SPRequestUsageEntry.MUIEnabled property
Is MUI enabled
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MUIEnabled As Boolean
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Boolean
value = instance.MUIEnabled
instance.MUIEnabled = value
public bool MUIEnabled { get; set; }
Property value
Type: System.Boolean