SwitchParameter.Present 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.
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.SwitchParameterPublic Shared ReadOnly Property Present As SwitchParameterProperty Value
An instance of a switch parameter that will convert to true in a boolean context