This document is archived and information here might be outdated. Recommended version. |
Array of parameters for this network attribute.
[Visual Basic .NET] Public Property Parameters As IArray
[C#] public IArray Parameters {get; set;}
[C++]
HRESULT get_Parameters(
IArray** Parameters
);
[C++]
HRESULT putref_Parameters(
IArray* Parameters
);
[C++] Parameters Parameters [out, retval]
Parameters is a parameter of type IArray** Parameters [in]
Parameters is a parameter of type IArray*
This property provides access to the IArray interface that holds the collection of NetworkAttributeParameter objects that are available for this NetworkAttribute.