C-DEngine 5.105

TheServiceHostInfo..::..PortalPage Property

Defines the default portal page (see AddSmartPage). By default this should be "NMIPORTAL".

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string PortalPage { get; set; }
Public Property PortalPage As String
	Get
	Set
public:
property String^ PortalPage {
	String^ get ();
	void set (String^ value);
}