Share via


AuthorList.Composer Property

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

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

Syntax

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

value = instance.Composer

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

Property Value

Type: DocumentFormat.OpenXml.Bibliography.Composer
Returns Composer.

See Also

Reference

AuthorList Class

AuthorList Members

DocumentFormat.OpenXml.Bibliography Namespace