C-DEngine 5.105

nmiConnectivityBlock..::..ConnectedPropertyName Property

Property Name for "connected"

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

Syntax


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