ResourceManagerCmdletBase.Pre Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the switch that indicates if pre-release API version should be considered.
[System.Management.Automation.Parameter(HelpMessage="When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.", Mandatory=false)]
public System.Management.Automation.SwitchParameter Pre { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.", Mandatory=false)>]
member this.Pre : System.Management.Automation.SwitchParameter with get, set
Public Property Pre As SwitchParameter
Property Value
- Attributes