This document is archived and information here might be outdated. Recommended version. |
The network traversal source by index.
[Visual Basic .NET] Public Function get_Source ( _ ByVal Index As Integer _ ) As INATraversalResultSource
[C#] public INATraversalResultSource get_Source ( int Index );
[C++]
HRESULT get_Source(
long Index,
INATraversalResultSource** resultSource
);
[C++] Parameters Index [in]
Index is a parameter of type long resultSource [out, retval]
resultSource is a parameter of type INATraversalResultSource**
The Source property returns an NATraversalResultSource object corresponding to the index passed in (zero-based).