AddAFSecurity.DenyRights Property
- Last UpdatedDec 15, 2025
- 1 minute read
Deny rights to apply to AF Security
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = "AF Security Deny Rights")] public AFSecurityRights DenyRights { get; set; }
<ParameterAttribute(Position := 4, Mandatory := false, HelpMessage := "AF Security Deny Rights")> Public Property DenyRights As AFSecurityRights Get Set Dim instance As AddAFSecurity Dim value As AFSecurityRights value = instance.DenyRights instance.DenyRights = value
public: [ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = L"AF Security Deny Rights")] property AFSecurityRights DenyRights { AFSecurityRights get (); void set (AFSecurityRights value); }
[<ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = "AF Security Deny Rights")>] member DenyRights : AFSecurityRights with get, set