Microsoft Internet Security and Acceleration Server 2000 |
Returns TRUE if an object that has the specified properties exists in the collection.
[ bExists = ] FPCRefs.Exists ( sName, sApplicationFilterGuid, Scope )
HRESULT Exists( BSTR sName, BSTR sApplicationFilterGuid, FpcItemScope Scope, VARIANT_BOOL *bExists );
Here is a VBScript example of how this method can be used. If the protocol "Archie" exists in ISA on the enterprise level, the following statement will return "TRUE".
FPC.GetContainingArray.ArrayPolicy.ProtocolRules(1).SpecifiedProtocols.Exists("Archie", "", fpcEnterpriseScope)