[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Tree.ComponentJoin.ComponentType"]

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

Syntax

C#
public ComponentType ComponentType { get; }
Visual Basic
Public ReadOnly Property ComponentType As ComponentType
	Get
Visual C++
public:
property ComponentType^ ComponentType {
	ComponentType^ get ();
}

See Also