Name Parser
CompanyIdentifiers Property



KellermanSoftware.NameParser Namespace > NameParserLogic Class : CompanyIdentifiers Property
Get or sets a list of words that identify names as companies
Syntax
'Declaration
 
Public Property CompanyIdentifiers As HashSet(Of String)
'Usage
 
Dim instance As NameParserLogic
Dim value As HashSet(Of String)
 
instance.CompanyIdentifiers = value
 
value = instance.CompanyIdentifiers
public HashSet<string> CompanyIdentifiers {get; set;}
public:
property HashSet<String^>^ CompanyIdentifiers {
   HashSet<String^>^ get();
   void set (    HashSet<String^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NameParserLogic Class
NameParserLogic Members