IFPCWebPublishingProperties2::CodePages property

Applies to: desktop apps only

The CodePages property gets an FPCCodePages collection that contains objects representing the code pages for the rule.

This property is read-only.

Syntax

HRESULT get_CodePages(
  IFPCCodePages **ppCodePages
);
' Data type: FPCCodePages

Property CodePages( _
  ByVal ppCodePages As IFPCCodePages _
) As FPCCodePages

Property value

Reference to an FPCCodePages collection that contains objects representing the code pages for the rule.

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. Code page entries can be added and removed by calling the Add and Remove methods of the FPCCodePages collection retrieved (the IFPCCodePages interface retrieved 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

FPCWebPublishingProperties

 

 

Build date: 7/12/2010