MultilineStringSetValue Method

Set the value of this multiline string from the provided content.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public void SetValue(
	string content
)

Parameters

content  String
A line of text to convert to multiline format.

See Also