This document is archived and information here might be outdated. Recommended version. |
The field names of the historic join table pointing to speed profiles.
[Visual Basic .NET] Public Property JoinTableProfileIDFieldNames As IStringArray
[C#] public IStringArray JoinTableProfileIDFieldNames {get; set;}
[C++]
HRESULT get_JoinTableProfileIDFieldNames(
IStringArray** profileIDFields
);
[C++]
HRESULT putref_JoinTableProfileIDFieldNames(
IStringArray* profileIDFields
);
[C++]
Parameters profileIDFields [out, retval]
profileIDFields is a parameter of type IStringArray** profileIDFields [in]
profileIDFields is a parameter of type IStringArray*