Share via


AuthorList.Author Property

Author.Represents the element tag in schema: b:Author

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

Syntax

'Declaration
Public Property Author As Author
    Get
    Set
'Usage
Dim instance As AuthorList
Dim value As Author

value = instance.Author

instance.Author = value
public Author Author { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Bibliography.Author
Returns Author.

See Also

Reference

AuthorList Class

AuthorList Members

DocumentFormat.OpenXml.Bibliography Namespace