LocatorReference.identity - multiple declarations

Function LocatorReference.identity

Get the identity of referenced data.

string identity () nothrow @property @safe;

Get the identity of referenced data.

Returns

string the identity of referenced data

Function LocatorReference.identity

Set the identity of referenced data.

LocatorReference identity (
  string identity
) nothrow @property @safe;

Set the identity of referenced data. Description

Parameters

NameDescription
identity the identity of referenced data.

Returns

this