RemovePIBufferedServer.Force Property
- Last UpdatedDec 15, 2025
- 1 minute read
Force the removal of the buffered server without prompting user for confirmation
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(HelpMessage = "Force without confirmation")] public SwitchParameter Force { get; set; }
<ParameterAttribute(HelpMessage := "Force without confirmation")> Public Property Force As SwitchParameter Get Set Dim instance As RemovePIBufferedServer Dim value As SwitchParameter value = instance.Force instance.Force = value
public: [ParameterAttribute(HelpMessage = L"Force without confirmation")] property SwitchParameter Force { SwitchParameter get (); void set (SwitchParameter value); }
[<ParameterAttribute(HelpMessage = "Force without confirmation")>] member Force : SwitchParameter with get, set