C-DEngine 5.105

nmiCtrlThingPicker..::..IncludeRemotes Property

Includes Remote Things

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

Syntax


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