Max numbers of photos a property can have. Ignores all photos with a higher sequence.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public int MaxPhotosPerProperty { get; set; }
Visual Basic (Declaration)
Public Property MaxPhotosPerProperty As Integer
Visual C++
public:
property int MaxPhotosPerProperty {
	int get ();
	void set (int value);
}

See Also