This document is archived and information here might be outdated. Recommended version. |
The list of allowed field names.
[Visual Basic .NET]
Public Property AllowedFields As String
[C#]
public string AllowedFields {get; set;}
[C++]
HRESULT get_AllowedFields(
BSTR pAllowedFields
);
[C++]
HRESULT put_AllowedFields(
System.String* pAllowedFields
);
[C++] Parameters pAllowedFields [in]
pAllowedFields is a parameter of type BSTR pAllowedFields [out, retval]
pAllowedFields is a parameter of type BSTR*