Share via


DocNode.title Method

Definition

Overloads

title()

Sets or returns the title of the documentation node.

title(String)

title()

Sets or returns the title of the documentation node.

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

The title of the documentation node.

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

The title that is being assigned to the documentation node.

Returns

Applies to