Get/Set the content of this comment.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
string Content { get; set; }
Visual Basic
Property Content As String
	Get
	Set
Visual C++
property String^ Content {
	String^ get ();
	void set (String^ value);
}

Field Value

String

See Also