Enum TagSearchOptions
Enumeration that defines the tag search options.
Assembly: Alachisoft.NCache.Client.dll
Syntax
public enum TagSearchOptions
              Fields
| Name | Description | 
|---|---|
| ByAllTags | Search objects that have all of the tags in common.  | 
                  
| ByAnyTag | Search objects that have any of the specified tags in common.  |