This document is archived and information here might be outdated. Recommended version. |
The collection of directions field mapping.
[Visual Basic .NET] Public Property FieldMappings As IArray
[C#] public IArray FieldMappings {get; set;}
[C++]
HRESULT get_FieldMappings(
IArray** FieldMappings
);
[C++]
HRESULT putref_FieldMappings(
IArray* FieldMappings
);
[C++] Parameters FieldMappings [out, retval]
FieldMappings is a parameter of type IArray** FieldMappings [in]
FieldMappings is a parameter of type IArray*