Microsoft Internet Security and Acceleration Server 2000

FPCProtocolDefinitions.Remove Method

Removes the given object from the collection.

VBScript Syntax[VBScript]

FPCProtocolDefinitions.Remove( vIndex, bVerify )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT vIndex
  VARIANT_BOOL bVerify
);

Parameters

vIndex
Required. Name or one-based index of the object to remove.
bVerify
Optional. Boolean value that specifies whether COM verifies, prior to removal, if the protocol definition is used by a rule. The default value is TRUE.

Applies To

FPCProtocolDefinitions

See Also

FPCProtocolDefinition