WebAdminViewMenuName Property |
Gets the name to use for the view in the web admin's site menu. Pass a null or empty string
to prevent the view from appearing in the menu.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string MenuName { get; }
Public ReadOnly Property MenuName As String
Get
public:
property String^ MenuName {
String^ get ();
}
member MenuName : string with get
Property Value
Type:
StringSee Also