Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

RemoveAFSecurity.ApplyToChildren Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
RemoveAFSecurity.ApplyToChildren Property

Remove the AF Security Identity from all the AF Objects child objects

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

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

Property Value

Type: SwitchParameter

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in