Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public virtual ICMSPage Page { get; protected set; }
Visual Basic
Public Overridable Property Page As ICMSPage
	Get
	Protected Set
Visual C++
public:
virtual property ICMSPage^ Page {
	ICMSPage^ get ();
	protected: void set (ICMSPage^ value);
}

Property Value

Type: ICMSPage

Implements

ICMSPage..::..Page

See Also