CmdletWithSearch.MinimumVersion Property

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

Usage

'Usage
Dim instance As CmdletWithSearch
Dim value As String

value = instance.MinimumVersion

instance.MinimumVersion = value

Syntax

'Declaration
<ParameterAttribute> _
<AliasAttribute(System.String[])> _
Public Overridable Property MinimumVersion As String
[ParameterAttribute] 
[AliasAttribute(System.String[])] 
public virtual string MinimumVersion { get; set; }
[ParameterAttribute] 
[AliasAttribute(System.String[])] 
public:
virtual property String^ MinimumVersion {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_MinimumVersion ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_MinimumVersion (String value)
CompilerGeneratedAttribute 
public function get MinimumVersion () : String

CompilerGeneratedAttribute 
public function set MinimumVersion (value : String)

Property Value

Returns String.

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

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