Ozeki VoIP SDK Class library
HasComponent Method (name)
NamespacesOzeki.Media.MediaHandlers.FacadeMediaHandlerCollectionHasComponent(String)
Returns a boolean value indicating whether the name is registered in the collection.
Declaration Syntax
C#Visual BasicVisual C++
public bool HasComponent(
	string name
)
Public Function HasComponent ( 
	name As String
) As Boolean
public:
bool HasComponent(
	String^ name
)
Parameters
name (String)
The name of the component.
Return Value
Boolean
Returns true if the component is present in the collection, otherwise false.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649