Share via


AuthorList.Performer Property

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

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

Syntax

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

value = instance.Performer

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

Property Value

Type: DocumentFormat.OpenXml.Bibliography.Performer
Returns Performer.

See Also

Reference

AuthorList Class

AuthorList Members

DocumentFormat.OpenXml.Bibliography Namespace