URL pattern of the photo list page.

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

Syntax

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

Property Value

Type: String

See Also