SwitchParameter.Present Property

Definition

Static method that returns a instance of SwitchParameter that indicates that it is present.

public:
 static property System::Management::Automation::SwitchParameter Present { System::Management::Automation::SwitchParameter get(); };
public static System.Management.Automation.SwitchParameter Present { get; }
static member Present : System.Management.Automation.SwitchParameter
Public Shared ReadOnly Property Present As SwitchParameter

Property Value

An instance of a switch parameter that will convert to true in a boolean context

Applies to