FindPackage.AllVersions Property

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)

Usage

'Usage
Dim instance As FindPackage
Dim value As SwitchParameter

value = instance.AllVersions

instance.AllVersions = value

Syntax

'Declaration
<ParameterAttribute> _
Public Overrides Property AllVersions As SwitchParameter
[ParameterAttribute] 
public override SwitchParameter AllVersions { get; set; }
[ParameterAttribute] 
public:
virtual property SwitchParameter AllVersions {
    SwitchParameter get () override;
    void set (SwitchParameter value) override;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public SwitchParameter get_AllVersions ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_AllVersions (SwitchParameter value)
CompilerGeneratedAttribute 
public override function get AllVersions () : SwitchParameter

CompilerGeneratedAttribute 
public override function set AllVersions (value : SwitchParameter)

Property Value

Returns SwitchParameter.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

FindPackage Class
FindPackage Members
Microsoft.PowerShell.OneGet.CmdLets Namespace