LongProperty 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
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.