User Agent Parser
ModelProperties Property (DeviceInformation)



KellermanSoftware.UserAgentParser Namespace > DeviceInformation Class : ModelProperties Property
Gets or sets the model properties.
Syntax
'Declaration
 
Public Property ModelProperties As List(Of ModelProperty)
'Usage
 
Dim instance As DeviceInformation
Dim value As List(Of ModelProperty)
 
instance.ModelProperties = value
 
value = instance.ModelProperties
public List<ModelProperty> ModelProperties {get; set;}
public:
property List<ModelProperty^>^ ModelProperties {
   List<ModelProperty^>^ get();
   void set (    List<ModelProperty^>^ value);
}

Property Value

The model properties.
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

DeviceInformation Class
DeviceInformation Members