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

Indicates whether or not the server uses CRC verification when reading data from the store files.

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

Syntax

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

Return Value

true if the server does use CRC verification, false otherwise.

See Also