IFPCReportJob::EnablePublishing property

Applies to: desktop apps only

The EnablePublishing property gets a Boolean value that indicates whether report publishing is enabled. Report publishing refers to the saving of reports to a file.

This property is read-only.

Syntax

HRESULT get_EnablePublishing(
  VARIANT_BOOL *pfEnablePublishing
);
' Data type: Boolean

Property EnablePublishing( _
  ByVal pfEnablePublishing As VARIANT_BOOL _
) As Boolean

Property value

Boolean value that indicates whether publishing of the report job is enabled.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be set by calling the SetPublishing method. Its default value is False (VARIANT_FALSE in C++).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCReportJob

 

 

Build date: 7/12/2010