Indicates if the token could be an identifier.

Namespace: NHibernate.Hql.Ast.ANTLR
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool PossibleId { get; }
Visual Basic
Public ReadOnly Property PossibleId As Boolean
	Get
Visual C++
public:
property bool PossibleId {
	bool get ();
}

See Also