Gets or sets the number of pages in the publication

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also