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()
public:
 virtual System::String ^ title();public virtual string title();abstract member title : unit -> string
override this.title : unit -> stringPublic Overridable Function title () As StringReturns
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 -> stringPublic Overridable Function title (_value As String) As StringParameters
- _value
- String