This document is archived and information here might be outdated. Recommended version. |
String containing all of the characters that cannot be the first character in a field name.
[Visual Basic .NET] Public Property InvalidStartingChars As String
[C#] public string InvalidStartingChars {get; set;}
[C++]
HRESULT get_InvalidStartingChars(
BSTR InvalidChars
);
[C++]
HRESULT put_InvalidStartingChars(
System.String* InvalidChars
);
[C++]
Parameters InvalidChars [in]
InvalidChars is a parameter of type BSTR InvalidChars [out, retval]
InvalidChars is a parameter of type BSTR*