Check if the server uses the device by default.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function isDefault() As Boolean
C#
public bool isDefault()
C++
public:
 bool isDefault() sealed 
J#
public bool isDefault()
JScript
public  function isDefault() : bool

Return Value

true if the server uses the device by default.

See Also