Share via


IsLocalCluster

Applies to: Lync 2013 | Lync Server 2013

IsLocalCluster

The IsLocalCluster function indicates whether a specified FQDN points to a local Microsoft Lync Server 2013 Standard Edition (SE) or Enterprise Edition (EE) (true) or not (false).

Syntax

bool LocalCluster(
  string fqdn
);

Parameters

  • fqdn
    Specifies a full-qualified domain name of a Lync Server 2013 SE or EE.

Return values

Returns true if the supplied fqdn parameter points to a local Lync Server 2013 SE/EE; otherwise, it is false.