OptionType Enumeration
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.PackageProvider.Bootstrap
Assembly: Microsoft.OneGet.PackageProvider.Bootstrap (in Microsoft.OneGet.PackageProvider.Bootstrap.dll)
Usage
'Usage
Dim instance As OptionType
Syntax
'Declaration
Public Enumeration OptionType
public enum OptionType
public enum class OptionType
public enum OptionType
public enum OptionType
Members
| Member name | Description |
|---|---|
| File | This element is introduced in Windows PowerShell 5.0. |
| Folder | This element is introduced in Windows PowerShell 5.0. |
| Int | This element is introduced in Windows PowerShell 5.0. |
| Path | This element is introduced in Windows PowerShell 5.0. |
| SecureString | This element is introduced in Windows PowerShell 5.0. |
| String | This element is introduced in Windows PowerShell 5.0. |
| StringArray | This element is introduced in Windows PowerShell 5.0. |
| Switch | This element is introduced in Windows PowerShell 5.0. |
| Uri | This element is introduced in Windows PowerShell 5.0. |