FaxServer.Debug property

The Debug property is a Boolean value that indicates whether the fax server was created in a debug environment.

This property is read-only.

Syntax

Property Debug As Boolean

Property value

A Boolean that receives the fax server was created in a debug environment.

Remarks

If this property is equal to True, the fax server was created in a debug environment. If this property is equal to False, the fax server was not created in a debug environment.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxServer

IFaxServer