CommentAuthor.Name Property
Comment Author Name.Represents the attribte in schema: name
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "name")> _
Public Property Name As StringValue
Get
Set
'Usage
Dim instance As CommentAuthor
Dim value As StringValue
value = instance.Name
instance.Name = value
[SchemaAttrAttribute(, "name")]
public StringValue Name { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute specifies the full name of this particular author. As a string, it has no security or authentication data. This value is not guaranteed to be unique across all document authors.
The possible values for this attribute are defined by the ST_Name simple type.