This document is archived and information here might be outdated. Recommended version. |
Removes the given restriction network attribute by index from the NetworkForwardStar object.
[Visual Basic .NET]
Public Sub RemoveRestriction ( _
ByVal Index As Integer _
)
[C#]
public void RemoveRestriction (
int Index
);
[C++]
HRESULT RemoveRestriction(
long Index
);
[C++] Parameters Index [in]
Index is a parameter of type long
This property has been superceded by the RemoveRestrictionAttributes method on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.