com.onlineobject.objectnet Namespace

INetworkContainer..::..IsRegistered Method (INetworkElement)

Checks if a network element is registered with the container.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


bool IsRegistered(

	INetworkElement element

)

Parameters

element
Type: com.onlineobject.objectnet..::..INetworkElement
The network element to check.

Return Value

True if the element is registered, false otherwise.