Microsoft Internet Security and Acceleration Server 2000

FPCRef.ApplicationFilterGuid Property

Gets the globally unique identifier (GUID) that identifies the application filter. The vendor of the application filter provides the GUID. For a nonapplication filter protocol this value would be an empty string. This property only applies to FPCRef objects that point to application filters, not to FPCRef objects that point to other references, such as schedules or destinations.

VBScript Syntax[VBScript]

[ sGuid = ] FPCRef.ApplicationFilterGuid

C++ Syntax[C++]

HRESULT get_ApplicationFilterGuid(
  BSTR *psGuid
);

Parameters

sGuid
String that specifies the GUID that identifies the application filter.

The property is read-only.

Applies To

FPCRef