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

PI Powershell

AddPIFirewall.Value Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
AddPIFirewall.Value Property

Value of the PI Firewall entry to add. Valid values are:

"Allow" : "Disallow"

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

Syntax

[ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = "Value of PI Firewall entry")]
[ValidateNotNullOrEmptyAttribute]
public PIFirewallAccess Value { get; set; }
<ParameterAttribute(Position := 1, Mandatory := true, HelpMessage := "Value of PI Firewall entry")>
<ValidateNotNullOrEmptyAttribute>
Public Property Value As PIFirewallAccess
	Get
	Set

Dim instance As AddPIFirewall
Dim value As PIFirewallAccess

value = instance.Value

instance.Value = value
public:
[ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = L"Value of PI Firewall entry")]
[ValidateNotNullOrEmptyAttribute]
property PIFirewallAccess Value {
	PIFirewallAccess get ();
	void set (PIFirewallAccess value);
}
[<ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = "Value of PI Firewall entry")>]
[<ValidateNotNullOrEmptyAttribute>]
member Value : PIFirewallAccess with get, set

Property Value

Type: PIFirewallAccess

See Also

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