This document is archived and information here might be outdated. Recommended version. |
Name of the NAClass.
[Visual Basic .NET]
Public Property NAClassName As String
[C#]
public string NAClassName {get; set;}
[C++]
HRESULT get_NAClassName(
System.String* Name
);
[C++]
HRESULT put_NAClassName(
BSTR Name
);
[C++] Parameters Name [out, retval]
Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR
NAClassName refers to the name of the NAClass that this NAClassCandidateFieldMap is referencing. The array of CandidateFieldMaps will be applied to this NAClass.