Gets the page factory used to retrieve pages
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public virtual ICMSPageFactory Factory { get; protected set; } |
| Visual Basic |
|---|
Public Overridable Property Factory As ICMSPageFactory
Get
Protected Set |
| Visual C++ |
|---|
public:
virtual property ICMSPageFactory^ Factory {
ICMSPageFactory^ get ();
protected: void set (ICMSPageFactory^ value);
} |
Property Value
Type:
ICMSPageFactoryImplements
ICMSEnvironment..::..Factory
See Also