C-DEngine 5.105

nmiDynamicProperty..::..SecureOptions Property

Defines options that should show as password/secure entry

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

Syntax


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