User Agent Parser
ExclusionWords Property



KellermanSoftware.UserAgentParser Namespace > BrowserTypeEntity Class : ExclusionWords Property
Gets or sets the exclusion words.
Syntax
'Declaration
 
Public Property ExclusionWords As List(Of String)
'Usage
 
Dim instance As BrowserTypeEntity
Dim value As List(Of String)
 
instance.ExclusionWords = value
 
value = instance.ExclusionWords
public List<string> ExclusionWords {get; set;}
public:
property List<String^>^ ExclusionWords {
   List<String^>^ get();
   void set (    List<String^>^ value);
}

Property Value

The exclusion words.
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

BrowserTypeEntity Class
BrowserTypeEntity Members