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

Indicates whether or not CRC checks are performed for stored data.

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

Syntax

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

Return Value

true if CRC is enabled, false otherwise

See Also