CmdletWithSearch.MaximumVersion 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.MaximumVersion
instance.MaximumVersion = value
Syntax
'Declaration
<ParameterAttribute> _
Public Overridable Property MaximumVersion As String
[ParameterAttribute]
public virtual string MaximumVersion { get; set; }
[ParameterAttribute]
public:
virtual property String^ MaximumVersion {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_MaximumVersion ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_MaximumVersion (String value)
CompilerGeneratedAttribute
public function get MaximumVersion () : String
CompilerGeneratedAttribute
public function set MaximumVersion (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