Version Field

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Version Field
Version number (in major.minor format) of currently executing web service. Used to offer a level of understanding (related to compatibility issues) between the client and the web service as the web services evolve over time. Ebay.com uses this in their API.
Declaration Syntax
C# Visual Basic
public string Version
Public Version As String

Assembly: ActionService (Module: ActionService) Version: 1.0.0.0 (1.0.0.0)