CommentAuthor.Id Property

Comment Author ID.Represents the attribte in schema: id

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "id")> _
Public Property Id As UInt32Value
    Get
    Set
'Usage
Dim instance As CommentAuthor
Dim value As UInt32Value

value = instance.Id

instance.Id = value
[SchemaAttrAttribute(, "id")]
public UInt32Value Id { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies a unique (within the document) zero-based identifier that refers to a single comment author.

The method of generating an author id is determined by the application and need not be sequential, provided each id is unique within the list of comment authors for the document.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

See Also

Reference

CommentAuthor Class

CommentAuthor Members

DocumentFormat.OpenXml.Presentation Namespace