Share via


LongProperty Constructors

Definition

Overloads

LongProperty()

Initializes a new instance of the LongProperty class.

LongProperty(String)

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

LongProperty()

Initializes a new instance of the LongProperty class.

public LongProperty ();
Public Sub New ()

Applies to

LongProperty(String)

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

public LongProperty (string text);
new DocumentFormat.OpenXml.Office.LongProperties.LongProperty : string -> DocumentFormat.OpenXml.Office.LongProperties.LongProperty
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to