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

Determine if the store property was inherited from a parent destination or set directly for this destination.

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

Syntax

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

Return Value

true if the store override property was inherited.

See Also