DocxComment.ParentCommentPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Path to the parent of this comment, if this comment is a reply, otherwise this value will be null
[System.Text.Json.Serialization.JsonPropertyName("ParentCommentPath")]
public string ParentCommentPath { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("ParentCommentPath")>]
member this.ParentCommentPath : string with get, set
Public Property ParentCommentPath As String
Property Value
- Attributes