CmdletWithSearch.RequiredVersion 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.RequiredVersion

instance.RequiredVersion = value

Syntax

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

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_RequiredVersion (String value)
CompilerGeneratedAttribute 
public function get RequiredVersion () : String

CompilerGeneratedAttribute 
public function set RequiredVersion (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