CmdletWithSearchAndSource.AllVersions Property

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

Usage

'Usage
Dim instance As CmdletWithSearchAndSource
Dim value As SwitchParameter

value = instance.AllVersions

instance.AllVersions = value

Syntax

'Declaration
Public Overridable Property AllVersions As SwitchParameter
public virtual SwitchParameter AllVersions { get; set; }
public:
virtual property SwitchParameter AllVersions {
    SwitchParameter get ();
    void set (SwitchParameter value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public SwitchParameter get_AllVersions ()

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

CompilerGeneratedAttribute 
public 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

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