Share via


DocNode.description Method

Definition

Overloads

description(String)
description()

Sets or returns the description of the documentation node.

description(String)

public virtual string description(string _value);

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 string description();

Returns

The description of the documentation node.

Applies to