Share via


ConferenceName Constructors

Definition

Overloads

ConferenceName()

Initializes a new instance of the ConferenceName class.

ConferenceName(String)

Initializes a new instance of the ConferenceName class with the specified text content.

ConferenceName()

Initializes a new instance of the ConferenceName class.

public ConferenceName ();
Public Sub New ()

Applies to

ConferenceName(String)

Initializes a new instance of the ConferenceName class with the specified text content.

public ConferenceName (string text);
new DocumentFormat.OpenXml.Bibliography.ConferenceName : string -> DocumentFormat.OpenXml.Bibliography.ConferenceName
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to