Skip to content

PackageSource PowerShell

Garrett Serack edited this page May 1, 2014 · 2 revisions

PackageSource class

publicclassPackageSource{publicstringName{get;set;}publicstringLocation{get;set;}publicboolIsTrusted{get;set;}publicHashtableOptions{get;set;}}

A PackageSource.

ValuePurpose
Namethe friendly name of the package source
Locationthe location (uri,folder,etc) the package source points to
IsTrustedboolean indicating that the user trusts the package source
Optionsa set of key-value pairs that have the provider-specific options for the package source

Clone this wiki locally