CommentAuthorsPart.CommentAuthorList Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property CommentAuthorList As CommentAuthorList
Get
Set
'Usage
Dim instance As CommentAuthorsPart
Dim value As CommentAuthorList
value = instance.CommentAuthorList
instance.CommentAuthorList = value
public CommentAuthorList CommentAuthorList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Presentation.CommentAuthorList