Returns a boolean value indicating whether the name is registered in the collection.
| C# | Visual Basic | Visual C++ |
public bool HasComponent( string name )
Public Function HasComponent ( name As String ) As Boolean
public: bool HasComponent( String^ name )
- name (String)
- The name of the component.
Boolean
Returns true if the component is present in the collection, otherwise false.
Returns true if the component is present in the collection, otherwise false.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649