IsEntityInSet - Solution Sites Routine
This function determines whether the string specified by the sEntity parameter is equal to one of the substrings in the comma-separated string specified by the sSet parameter, returning True if so, and False otherwise.
Definition
Function IsEntityInSet(
byVal sEntity,
byVal sSet)
Defined in File
Routines Called
None.
Called By
Copyright © 2005 Microsoft Corporation.
All rights reserved.