com.onlineobject.objectnet Namespace

INetworkElement..::..HasDeviceBehavior<(Of <(<'T>)>)> Method

Checks if a device behavior is registered with the network element.

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

Syntax


bool HasDeviceBehavior<T>()

where T : IEntity

Type Parameters

T
The type of the entity to check.

Return Value

True if the device behavior is registered; otherwise, false.