Get the Parent Comment of this comment. return null if this comment is directly attached to entity

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IComment ParentComment { get; }
Visual Basic
ReadOnly Property ParentComment As IComment
	Get
Visual C++
property IComment^ ParentComment {
	IComment^ get ();
}

Field Value

IComment

See Also