C-DEngine 5.105

nmiCtrlIFrameView..::..Source Property

The URL of the IFrame content

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

Syntax


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