Gets the comment of current comment replied.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Comment ByRepliedComment { get; }
Public ReadOnly Property ByRepliedComment As Comment
	Get
public:
property Comment^ ByRepliedComment {
	Comment^ get ();
}
member ByRepliedComment : Comment with get

Property Value

Comment
Comment of by reply.

See Also