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.PackageInfo Class Reference

object representing the package information More...

Public Member Functions

override string ToString ()
 Get a string representation of the package More...
 

Properties

string Name [get]
 Gets package name More...
 
string FamilyName [get]
 Gets package family name More...
 
string FullName [get]
 Gets package full name More...
 
string AppId [get]
 Gets package relative Id More...
 
string Publisher [get]
 Gets package publisher More...
 
PackageVersion Version [get]
 Gets package version More...
 

Detailed Description

object representing the package information

Member Function Documentation

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

Get a string representation of the package

Returns
String representation

Property Documentation

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageInfo.AppId
get

Gets package relative Id

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageInfo.FamilyName
get

Gets package family name

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageInfo.FullName
get

Gets package full name

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageInfo.Name
get

Gets package name

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.PackageInfo.Publisher
get

Gets package publisher

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

Gets package version


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