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