com.onlineobject.objectnet Namespace

NetworkContainerBase..::..IsRegistered Method (INetworkElement)

Checks if the network element is registered using its network ID.

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

Syntax


public bool IsRegistered(

	INetworkElement element

)

Parameters

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

Return Value

True if the element is registered, otherwise false.