C-DEngine 5.105

TheConfigurationProperty..::..Required Property

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

Syntax


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