Class ViewTab
Inheritance
System.Object
ViewTab
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Web.Console.Config
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class ViewTab
Properties
Attributes
Gets or sets the attributes.
Declaration
public Hashtable Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Hashtable | The attributes. |
ControlUrl
Gets or sets the control URL.
Declaration
public string ControlUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The control URL. |