Content of related item.

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

Syntax

C#
public string Content { get; set; }
Visual Basic
Public Property Content As String
	Get
	Set
Visual C++
public:
virtual property String^ Content {
	String^ get () sealed;
	void set (String^ value) sealed;
}
F#
abstract Content : string with get, set
override Content : string with get, set

Property Value

Type: String

Implements

IRelatedContentDTO..::..Content

See Also