Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 192
PackageSource PowerShell
Garrett Serack edited this page May 1, 2014
·
2 revisions
publicclassPackageSource{publicstringName{get;set;}publicstringLocation{get;set;}publicboolIsTrusted{get;set;}publicHashtableOptions{get;set;}}A PackageSource.
| Value | Purpose |
|---|---|
Name | the friendly name of the package source |
Location | the location (uri,folder,etc) the package source points to |
IsTrusted | boolean indicating that the user trusts the package source |
Options | a set of key-value pairs that have the provider-specific options for the package source |