ConferenceName Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.