Content of related item.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

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);
}
F#
abstract Content : string with get, set

Property Value

Type: String

See Also