StateProvince 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
StateProvince() |
Initializes a new instance of the StateProvince class. |
StateProvince(String) |
Initializes a new instance of the StateProvince class with the specified text content. |
StateProvince()
Initializes a new instance of the StateProvince class.
public StateProvince ();
Public Sub New ()
Applies to
StateProvince(String)
Initializes a new instance of the StateProvince class with the specified text content.
public StateProvince (string text);
new DocumentFormat.OpenXml.Bibliography.StateProvince : string -> DocumentFormat.OpenXml.Bibliography.StateProvince
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.