IsLocalCluster

The IsLocalClusterfunction 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

  Copy codeCopy code
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 .