Util.Math property

Gets a reference to the MathObject object.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
ReadOnly Property Math As MathObject
    Get
'Usage
Dim instance As Util
Dim value As MathObject

value = instance.Math
MathObject Math { get; }

Property value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.MathObject

Remarks

You can access all of the methods that the MathObject object provides by using the Math property.

Important

This member can be accessed without restrictions.

See also

Reference

Util interface

Util members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace