The RemoveSpecified method removes the FPCRef object that references the specified item from the collection.
HRESULT RemoveSpecified( [in] BSTR Name );
Sub RemoveSpecified( _ ByVal Name As String _ )
This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.
This method removes the FPCRef object that references an item with the specified name with the same scope (array or enterprise) as the object through which the FPCRefs collection was accessed. The RemoveSpecifiedScopedItem method is used to remove an FPCRef object that references an item with a specified scope from the collection.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.