QueryRun.title 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
title() | |
title(String) |
title()
public:
virtual System::String ^ title();
public virtual string title ();
abstract member title : unit -> string
override this.title : unit -> string
Public Overridable Function title () As String
Returns
Applies to
title(String)
public:
virtual System::String ^ title(System::String ^ _value);
public virtual string title (string _value);
abstract member title : string -> string
override this.title : string -> string
Public Overridable Function title (_value As String) As String
Parameters
- _value
- String