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

Indicates whether or not the EMS server should delete the GMD store file and create a new one when creating this transport.

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

Syntax

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

Return Value

true if the EMS server should delete the GMD store file, false otherwise

See Also