This document is archived and information here might be outdated.  Recommended version.


ISqlInvalidCharacterDictionary.InvalidStartingChars Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlInvalidCharacterDictionary Interface > ISqlInvalidCharacterDictionary.InvalidStartingChars Property
ArcGIS Developer Help

ISqlInvalidCharacterDictionary.InvalidStartingChars Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISqlInvalidCharacterDictionary Interface