C-DEngine 5.105

ThePageDefinition..::..MyProperties Property

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

Syntax


public cdeConcurrentDictionary<string, string> MyProperties { get; set; }
Public Property MyProperties As cdeConcurrentDictionary(Of String, String)
	Get
	Set
public:
property cdeConcurrentDictionary<String^, String^>^ MyProperties {
	cdeConcurrentDictionary<String^, String^>^ get ();
	void set (cdeConcurrentDictionary<String^, String^>^ value);
}