WpxComment Class
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.
Represents a Word/PowerPoint/Excel comment notification entity.
public class WpxComment : Microsoft.Agents.Core.Models.Entity
type WpxComment = class
inherit Entity
Public Class WpxComment
Inherits Entity
- Inheritance
-
WpxComment
Constructors
| Name | Description |
|---|---|
| WpxComment() | |
Properties
| Name | Description |
|---|---|
| CommentId |
Gets or sets the unique identifier of this comment. |
| DocumentId |
Gets or sets the document identifier where the comment was made. |
| OdataId |
Gets or sets the OData identifier for the comment. |
| ParentCommentId |
Gets or sets the identifier of the parent comment if this is a reply. |