webModuleNode.quickLaunch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
quickLaunch() | |
quickLaunch(String) |
quickLaunch()
public:
virtual System::String ^ quickLaunch();
public virtual string quickLaunch ();
abstract member quickLaunch : unit -> string
override this.quickLaunch : unit -> string
Public Overridable Function quickLaunch () As String
Returns
Applies to
quickLaunch(String)
public:
virtual System::String ^ quickLaunch(System::String ^ _value);
public virtual string quickLaunch (string _value);
abstract member quickLaunch : string -> string
override this.quickLaunch : string -> string
Public Overridable Function quickLaunch (_value As String) As String
Parameters
- _value
- String