Url of the 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 ContentUrl { get; set; }
Visual Basic
Property ContentUrl As String
	Get
	Set
Visual C++
property String^ ContentUrl {
	String^ get ();
	void set (String^ value);
}
F#
abstract ContentUrl : string with get, set

Property Value

Type: String

See Also