com.onlineobject.objectnet Namespace

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

Gets a registered behavior from the network element.

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

Syntax


T GetBehavior<T>()

where T : IEntity

Type Parameters

T
The type of the entity to get.

Return Value

The behavior as an entity of type T.