This document is archived and information here might be outdated. Recommended version. |
Indicates if the given network element is restricted from traversal in the NetworkForwardStar object.
[Visual Basic .NET] Public Function get_IsRestricted ( _ ByVal Element As INetworkElement _ ) As Boolean
[C#] public bool get_IsRestricted ( INetworkElement Element );
[C++]
HRESULT get_IsRestricted(
INetworkElement* Element,
Boolean* IsRestricted
);
[C++] Parameters Element [in]
Element is a parameter of type INetworkElement* IsRestricted [out, retval]
IsRestricted is a parameter of type bool*