QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

ServerVersion Event

Fires when QuickBooks Web Connector requests the version of your application.

Syntax

[VB.NET]
Public Event OnServerVersion As OnServerVersionHandler
[C#]
public event OnServerVersionHandler OnServerVersion;

public delegate void OnServerVersionHandler(object sender, QbwcserverServerVersionEventArgs e);

class QbwcserverServerVersionEventArgs : EventArgs {
  string Version {get; set;}
}

Remarks

This event fires when QuickBooks Web Connector requests the version of your application.

Version may be set to any string value. The value you specify will be displayed to the user when they click the more information link in QuickBooks Web Connector.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0