C-DEngine 5.105

TheConfigurationProperty..::..Secure Property

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

Syntax


public Nullable<bool> Secure { get; set; }
Public Property Secure As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> Secure {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}