| 
            
              AsyncSearcherTSearchSearchCategories Property
             | 
          
        
        
            Gets the names of the properties to which
            the search string will be applied.
            
        
        Namespace: GSF.SearchingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic ICollection<string> SearchCategories { get; }Public ReadOnly Property SearchCategories As ICollection(Of String)
	Get
public:
property ICollection<String^>^ SearchCategories {
	ICollection<String^>^ get ();
}member SearchCategories : ICollection<string> with get
function get_SearchCategories();
 View SourceProperty Value
ICollectionString
See Also