RemoveAFSecurity.ApplyTo Property
- Last UpdatedDec 15, 2025
- 2 minute read
The AF Object for which to remove the AF Security Identity
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 1, ParameterSetName = "ApplyTo", Mandatory = true, HelpMessage = "AF Objects to apply security to")] public IAFSecurable[] ApplyTo { get; set; }
<ParameterAttribute(Position := 1, ParameterSetName := "ApplyTo", Mandatory := true, HelpMessage := "AF Objects to apply security to")> Public Property ApplyTo As IAFSecurable() Get Set Dim instance As RemoveAFSecurity Dim value As IAFSecurable() value = instance.ApplyTo instance.ApplyTo = value
public: [ParameterAttribute(Position = 1, ParameterSetName = L"ApplyTo", Mandatory = true, HelpMessage = L"AF Objects to apply security to")] property array<IAFSecurable^>^ ApplyTo { array<IAFSecurable^>^ get (); void set (array<IAFSecurable^>^ value); }
[<ParameterAttribute(Position = 1, ParameterSetName = "ApplyTo", Mandatory = true, HelpMessage = "AF Objects to apply security to")>] member ApplyTo : IAFSecurable[] with get, set