This document is archived and information here might be outdated. Recommended version. |
The collection of field names that are excluded from being updated during synchronization.
[Visual Basic .NET] Public Property ExcludedFields As IStringArray
[C#] public IStringArray ExcludedFields {get; set;}
[C++]
HRESULT get_ExcludedFields(
IStringArray* ppExcludedFields
);
[C++]
HRESULT putref_ExcludedFields(
IStringArray** ppExcludedFields
);
[C++] Parameters ppExcludedFields [in]
ppExcludedFields is a parameter of type IStringArray* ppExcludedFields [out, retval]
ppExcludedFields is a parameter of type IStringArray**