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