Share via


BoolFeatureProperty Constructors

Definition

Overloads

BoolFeatureProperty()

Initializes a new instance of the BoolFeatureProperty class.

BoolFeatureProperty(String)

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

BoolFeatureProperty()

Initializes a new instance of the BoolFeatureProperty class.

public BoolFeatureProperty ();
Public Sub New ()

Applies to

BoolFeatureProperty(String)

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

public BoolFeatureProperty (string text);
new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BoolFeatureProperty : string -> DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BoolFeatureProperty
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to