FPCClientAddressSets.Remove
Method
Removes a client set from the collection.
VBScript Syntax[VBScript]
FPCClientAddressSets.Remove( vIndex, bVerify )
C++ Syntax[C++]
HRESULT Remove(
VARIANT vIndex
VARIANT_BOOL bVerify
);
Parameters
- vIndex
- Required. Name or one-based index of the FPCClientAddressSet object to
remove.
- bVerify
- Optional. Boolean value that specifies whether COM verifies,
prior to removal, if the client address set is used by a rule. The
default value is TRUE.
Applies To
FPCClientAddressSets