Table of Contents

TCustomTenantCatalog.RemoveIdentifier Method

Removes an external identifier. The default implementation raises ENotSupportedException.

Syntax

Unit: Aurelius.Tenancy.Catalog

procedure TCustomTenantCatalog.RemoveIdentifier(const Name: string; const Value: string); virtual;

Parameters

<-> Parameter Type Description
const Name string The identifier name.
const Value string The identifier value.

See also