WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Public Member Functions | Properties | List of all members
Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageVersion Class Reference

Object representing a package version More...

Public Member Functions

override string ToString ()
 Get a string representation of a version More...
 

Properties

int Build [get]
 Gets version build More...
 
int Major [get]
 Gets package Major number More...
 
int Minor [get]
 Gets package minor number More...
 
int Revision [get]
 Gets package revision More...
 
Version Version [get]
 Gets package version More...
 

Detailed Description

Object representing a package version

Member Function Documentation

override string Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageVersion.ToString ( )
inline

Get a string representation of a version

Returns
String representation

Property Documentation

int Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageVersion.Build
get

Gets version build

int Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageVersion.Major
get

Gets package Major number

int Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageVersion.Minor
get

Gets package minor number

int Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageVersion.Revision
get

Gets package revision

Version Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageVersion.Version
get

Gets package version


The documentation for this class was generated from the following file: