Gets the
Page associated with this workflow.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxReadOnly Property Page As IPage
Get
property IPage^ Page {
IPage^ get ();
}abstract Page : IPage with get
Property Value
IPage
RemarksWorkflow is also associated with a page. This property cannot be null.
See Also