WebUpdateController.Version Property

Gets or sets the current version number of the application used for update purposes.

[Visual Basic]

Public Property Version As Version

[C#]

public Version Version {get;set;}

Property Value

The current version of the application used for update purposes.

Exceptions

Exception Type

Condition

System.ArgumentNullException

value is null.

 

Remarks

Each published update has a list of versions that it can be applied to. When the control checks for an available update, it compares the value of Version to each update's list and only allows updates that apply to Version.

See Also

WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace