Microsoft Internet Security and Acceleration Server 2000

FPCApplicationFilter.Version Property

Gets or sets the vendor-supplied version of the application filter.

Note  Though C++ syntax is provided for this property, C++ programmers should set this property using the parameters of the IFWXFilterAdmin::InstallFilter method.

VBScript Syntax[VBScript]

FPCApplicationFilter.Version [ = sVersion ]

C++ Syntax[C++]

HRESULT get_Version( 
  BSTR *psVersion
);

HRESULT put_Version( 
  BSTR sVersion
);

Parameters

sVersion
String that specifies the vendor-supplied version.

The property is read-write.

Applies To

FPCApplicationFilter