Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / PublisherConfiguration Class / ApplicationVersionNumber Property

In This Topic
    ApplicationVersionNumber Property
    In This Topic
    We need this to load from JSON, because there's currently no custom binding and the standard binder doesn't use Version.Parse.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <EditorBrowsableAttribute(EditorBrowsableState.Never)>
    Public Property ApplicationVersionNumber As String
    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public string ApplicationVersionNumber {get; set;}
    Remarks
    Added Attributes to hide in IntelliSense.
    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