Message-ID: <1691082734.8837.1711663952556.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8836_518220817.1711663952556" ------=_Part_8836_518220817.1711663952556 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html FunctionValue.FunctionValue(Boolean)

FunctionValue.FunctionValue(Boolean)

Description

Creates a new=20 FunctionValue object setting th= e=20 Value property to the Boolean passed= in to the constructor and setting the=20 Type property to=20 FunctionValueType.BOOLEAN.= =20
C#
=20
public FunctionValue(bool boolean)
=20
=20
vb.net
=20
Public Sub New FunctionValue(boolean As Boolean)=
=20
=20

Examples

=20
C#
=20
FunctionValue myValue =3D new FunctionValue(true);
=20
vb.net
=20
Dim myValue As New FunctionValue(True)
=20
------=_Part_8836_518220817.1711663952556--