[TIBCO.EMS .NET Admin client library 5.1 documentation]

Returns true if this consumer has been created automatically by the system. If this method returns false, this consumer has been created by user application. If this method returns true this consumer has been created automatically by the system. There are several types of consumers the system may create automatically.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool System { get; }
Public ReadOnly Property System As Boolean
public:
property bool System {
	bool get ();
}

Return Value

true if this consumer has been created by EMS server and not by application.

See Also