com.onlineobject.objectnet Namespace

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

Checks if a behavior is registered with the network element.

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

Syntax


bool HasBehavior<T>()

where T : IEntity

Type Parameters

T
The type of the entity to check.

Return Value

True if the behavior is registered; otherwise, false.