Skip to content

SoftwareIdentity PowerShell

Jianyun edited this page Feb 25, 2016 · 3 revisions

SoftwareIdentity class

publicclassSoftwareIdentity{publicstringFastPackageReference{get;set;}publicstringSource{get;set;}publicstringName{get;set;}publicstringVersion{get;set;}publicstringVersionScheme{get;set;}publicstringSummary{get;set;}}
...

For more details regarding to the SoftwareIdentity class definition, see here.

A SoftwareIdentity object represents a package or piece of software.

PropertyPurpose
FastPackageReferencean opaque string (not exposed to the user) that is used to round-trip references to a specific package so that the package provider can quickly find the same package from a previous call.
SourceEither the name of the package source or the Location if the source is not a registered source
ProviderNamethe name of the provider
Namethe name of the package
Versionthe version of the package
VersionSchemethe 'type' of version. Examples : semver, alphanumeric, multipartnumeric, etc.
Summarya textual description of the package

Clone this wiki locally