| 
Comment
ByRepliedComment Property
  | 
 Gets the comment of current comment replied.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Comment ByRepliedComment { get; }
 
Public ReadOnly Property ByRepliedComment As Comment
	Get
 
public:
property Comment^ ByRepliedComment {
	Comment^ get ();
}
 
member ByRepliedComment : Comment with get
 
 
 
Property Value
 
 Type:
 
Comment
 
 Comment of by reply.
 
 See Also
See Also