This document is archived and information here might be outdated. Recommended version. |
Indicates if the given network element is filtered out from the adjacencies object.
[Visual Basic .NET] Public Function get_IsFiltered ( _ ByVal Element As INetworkElement _ ) As Boolean
[C#] public bool get_IsFiltered ( INetworkElement Element );
[C++]
HRESULT get_IsFiltered(
INetworkElement* Element,
Boolean* IsFiltered
);
[C++] Parameters Element [in]
Element is a parameter of type INetworkElement* IsFiltered [out, retval]
IsFiltered is a parameter of type bool*
This property has been superceded by the IsRestricted property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.