RemoveAFSecurity.ApplyToChildren Property
- Last UpdatedDec 15, 2025
- 1 minute read
Remove the AF Security Identity from all the AF Objects child objects
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(ParameterSetName = "ApplyTo", HelpMessage = "Apply removal to children objects as well")] public SwitchParameter ApplyToChildren { get; set; }
<ParameterAttribute(ParameterSetName := "ApplyTo", HelpMessage := "Apply removal to children objects as well")> Public Property ApplyToChildren As SwitchParameter Get Set Dim instance As RemoveAFSecurity Dim value As SwitchParameter value = instance.ApplyToChildren instance.ApplyToChildren = value
public: [ParameterAttribute(ParameterSetName = L"ApplyTo", HelpMessage = L"Apply removal to children objects as well")] property SwitchParameter ApplyToChildren { SwitchParameter get (); void set (SwitchParameter value); }
[<ParameterAttribute(ParameterSetName = "ApplyTo", HelpMessage = "Apply removal to children objects as well")>] member ApplyToChildren : SwitchParameter with get, set