Microsoft Internet Security and Acceleration Server 2000

FPCDestination.Type Property

Gets the destination type. The type can be a domain, a single IP address, or a range of IP addresses.

VBScript Syntax[VBScript]

[ DestType = ] FPCDestination.Type

C++ Syntax[C++]

HRESULT get_Type(
  FpcDestinationAddressType *pDestType
);

Parameters

DestType
A value from the FpcDestinationAddressType enumerated type.

The property is read-only.

Applies To

FPCDestination