Call this API procedure to determine if a native handle has been assigned to the object and if the object is valid.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public bool IsValid() |
Visual Basic (Declaration) |
---|
Public Function IsValid As Boolean |
Visual C++ |
---|
public: bool IsValid() |
J# |
---|
public boolean IsValid() |
Return Value
Returns true or false.Remarks
None.