ID of the file view page that is used to display full size photos.

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

Syntax

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

Property Value

Type: String

See Also