C-DEngine 5.105

nmiDashboard..::..StaticHTMLUrl Property

Sets a static Faceplate for the plugin

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

Syntax


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