This document is archived and information here might be outdated. Recommended version. |
Array of descriptions of network sources in the network dataset.
[Visual Basic .NET] Public ReadOnly Property NetworkSources As INAServerNetworkSource[]
[C#] public INAServerNetworkSource[] NetworkSources {get;}
[C++]
HRESULT get_NetworkSources(
SAFEARRAY(INAServerNetworkSource)** Sources
);
[C++] Parameters Sources [out, retval]
Sources is a parameter of type SAFEARRAY(INAServerNetworkSource*)*
NetworkSources returns an array of NAServerNetworkSource objects that describe the network sources that are part of the network dataset.