User Agent Parser
ModelProperties Property (Model)



KellermanSoftware.UserAgentParser Namespace > Model Class : ModelProperties Property
Gets or sets the model properties.
Syntax
'Declaration
 
Public Property ModelProperties As Dictionary(Of String,String)
'Usage
 
Dim instance As Model
Dim value As Dictionary(Of String,String)
 
instance.ModelProperties = value
 
value = instance.ModelProperties
public Dictionary<string,string> ModelProperties {get; set;}
public:
property Dictionary<String^,String^>^ ModelProperties {
   Dictionary<String^,String^>^ get();
   void set (    Dictionary<String^,String^>^ 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

Model Class
Model Members