'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(".*MSIE.*")> Public Property MatchExpression As System.String
'Usage
Dim instance As NBrowser Dim value As System.String instance.MatchExpression = value value = instance.MatchExpression
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(".*MSIE.*")] public System.string MatchExpression {get; set;}