Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NBrowser Class / MatchIfBiggerVersion Property


In This Topic
    MatchIfBiggerVersion Property
    In This Topic
    Whether or not to use the upper browser version boundary.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property MatchIfBiggerVersion As System.Boolean
    'Usage
     
    
    Dim instance As NBrowser
    Dim value As System.Boolean
     
    instance.MatchIfBiggerVersion = value
     
    value = instance.MatchIfBiggerVersion
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool MatchIfBiggerVersion {get; set;}
    Remarks
    When set to false the upper browser version boundary is discarded and the match is successfully when the regular expression in the Name string generates a match and the browser version is greater or equal to FromMajorVersion.FromMinorVersion.
    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