Share via


DocNode.description Method

Definition

Overloads

description(String)
description()

Sets or returns the description of the documentation node.

description(String)

public:
 virtual System::String ^ description(System::String ^ _value);
public virtual string description (string _value);
abstract member description : string -> string
override this.description : string -> string
Public Overridable Function description (_value As String) As String

Parameters

_value
String

The value that is being assigned as the description of the documentation node.

Returns

Applies to

description()

Sets or returns the description of the documentation node.

public:
 virtual System::String ^ description();
public virtual string description ();
abstract member description : unit -> string
override this.description : unit -> string
Public Overridable Function description () As String

Returns

The description of the documentation node.

Applies to