IFPCFilterExpressions::FilterType property

Applies to: desktop apps only

The FilterType property gets or sets a value from the FpcFilterType enumerated type that specifies whether the collection defines a session filter or a log filter.

This property is read/write.

Syntax

HRESULT put_FilterType(
  FpcFilterType FilterType
);

HRESULT get_FilterType(
  FpcFilterType *pFilterType
);
' Data type: FpcFilterType

Property FilterType( _
  ByVal FilterType As FpcFilterType, _
  ByVal pFilterType As FpcFilterType _
) As FpcFilterType

Property value

Value from the FpcFilterType enumerated type that specifies whether the filter is a log filter or a session filter.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

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

FPCFilterExpressions

 

 

Build date: 7/12/2010