This document is archived and information here might be outdated. Recommended version. |
Maximum hierarchy attribute value permitted to be returned in the NetworkForwardStarAdjacencies object.
[Visual Basic .NET]
Public Property MaxHierarchyValue As Integer
[C#]
public int MaxHierarchyValue {get; set;}
[C++]
HRESULT get_MaxHierarchyValue(
long MaxValue
);
[C++]
HRESULT put_MaxHierarchyValue(
System.Int32* MaxValue
);
[C++] Parameters MaxValue [in]
MaxValue is a parameter of type long MaxValue [out, retval]
MaxValue is a parameter of type long*
This property has been superceded by the MaxTraversableHierarchyValue property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.