This document is archived and information here might be outdated. Recommended version. |
The collection of network attribute parameter values to be used with the analysis.
[Visual Basic .NET] Public Property AttributeParameterValues As IArray
[C#] public IArray AttributeParameterValues {get; set;}
[C++]
HRESULT get_AttributeParameterValues(
IArray* AttributeParameterValues
);
[C++]
HRESULT putref_AttributeParameterValues(
IArray** AttributeParameterValues
);
[C++] Parameters AttributeParameterValues [in]
AttributeParameterValues is a parameter of type IArray* AttributeParameterValues [out, retval]
AttributeParameterValues is a parameter of type IArray**