Maximum number of items in the Google sitemap.

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

Syntax

C#
public static int MaxSiteMapItems { get; }
Visual Basic
Public Shared ReadOnly Property MaxSiteMapItems As Integer
	Get
Visual C++
public:
static property int MaxSiteMapItems {
	int get ();
}
F#
static member MaxSiteMapItems : int with get

Property Value

Type: Int32
The maximum site map items.

See Also