IsLocalCluster
IsLocalCluster
The IsLocalCluster function indicates whether a specified FQDN points to a local Microsoft Lync Server 2010 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 Microsoft Lync Server 2010 SE or EE.
Return Values
Returns true if the supplied fqdn parameter points to a local Lync Server 2010 SE/EE; else false.