Indicates if control should show the tabname in the url
[Visual Basic]<(Category:="Data"), _ (Mode:=PersistenceMode.Attribute)>Public Property Boolean As [C#][(Category="Data")][(Mode=PersistenceMode.Attribute)]public bool Boolean { get; set; } [C++][(Category="Data")][(Mode=PersistenceMode.Attribute)]public: __property get_Boolean(); public: __property void set_Boolean(bool ); [JScript] public(Category="Data")(Mode=PersistenceMode.Attribute)function get Boolean() : bool public(Category="Data")(Mode=PersistenceMode.Attribute)function set Boolean(bool);
true if [use tab name in URL]; otherwise, false.
SolpartNavigation Class | Rainbow.Framework.Web.UI.WebControls Namespace