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


ISQLSyntaxInfo.InvalidCharacters Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISQLSyntaxInfo.InvalidCharacters Property

The list of invalid characters used in literals (if any).

[Visual Basic .NET]
Public ReadOnly Property InvalidCharacters As String
[C#]
public string InvalidCharacters {get;}
[C++]
HRESULT get_InvalidCharacters(
  BSTR* characters
);
[C++]

Parameters characters [out, retval] characters is a parameter of type BSTR

Product Availability

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

See Also

ISQLSyntaxInfo Interface