Microsoft Internet Security and Acceleration Server 2000

FPCProtocolDefinition.IsISAProtocol Property

ISA Server comes with predefined protocol definitions, which you can use when you create protocol rules. The IsISAProtocol property gets a Boolean value that specifies whether the protocol is a predefined ISA protocol, as opposed to a user-defined protocol.

VBScript Syntax[VBScript]

[ bProtocol = ] FPCProtocolDefinition.IsISAProtocol

C++ Syntax[C++]

HRESULT get_IsISAProtocol( 
  VARIANT_BOOL *pbProtocol
);

Parameters

bProtocol
Boolean value that specifies whether the protocol is a predefined ISA protocol.

The property is read-only.

Applies To

FPCProtocolDefinition