SetPIBufferingControlState.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: 2.2.3.0 (2.2.3.952)
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 SetPIBufferingControlState 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