Table of Contents

TAureliusTenantCatalog.RemoveIdentifier Method

Removes an external identifier. Nothing happens if the identifier is unknown.

Syntax

Unit: Aurelius.Comp.TenantCatalog

procedure TAureliusTenantCatalog.RemoveIdentifier(const Name: string; const Value: string);

Parameters

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

See also