Whether to include internal fields in the query results.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.1.0 (10.6.1.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IncludeInternalFields { get; set; }
Public Property IncludeInternalFields As Boolean
	Get
	Set
public:
property bool IncludeInternalFields {
	bool get ();
	void set (bool value);
}

See Also