User Agent Parser
SmartTvModels Property



KellermanSoftware.UserAgentParser Namespace > Resource Class : SmartTvModels Property
Gets or sets the smart tv models.
Syntax
'Declaration
 
Public Property SmartTvModels As Dictionary(Of String,Model)
'Usage
 
Dim instance As Resource
Dim value As Dictionary(Of String,Model)
 
instance.SmartTvModels = value
 
value = instance.SmartTvModels
public Dictionary<string,Model> SmartTvModels {get; set;}
public:
property Dictionary<String^,Model^>^ SmartTvModels {
   Dictionary<String^,Model^>^ get();
   void set (    Dictionary<String^,Model^>^ value);
}

Property Value

The smart tv models.
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

Resource Class
Resource Members