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
Copy Code | |
---|---|
bool LocalCluster( string fqdn ); |
Parameters
Return Values
Returns true if the supplied fqdn parameter points to a local Lync Server 2010 SE/EE; else false.