RemovePIFirewall.Hostmask Property
- Last UpdatedDec 15, 2025
- 2 minute read
Hostmask of the PI Firewall entry to remove
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = "Hostmask of PI Firewall entry")] [AliasAttribute(new string[] { ... })] [ValidateNotNullOrEmptyAttribute] public string Hostmask { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, HelpMessage := "Hostmask of PI Firewall entry")> <AliasAttribute(New String() { ... })> <ValidateNotNullOrEmptyAttribute> Public Property Hostmask As String Get Set Dim instance As RemovePIFirewall Dim value As String value = instance.Hostmask instance.Hostmask = value
public: [ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = L"Hostmask of PI Firewall entry")] [AliasAttribute(__gc new array<String^>^ { ... })] [ValidateNotNullOrEmptyAttribute] property String^ Hostmask { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = "Hostmask of PI Firewall entry")>] [<AliasAttribute(new string[] { ... })>] [<ValidateNotNullOrEmptyAttribute>] member Hostmask : string with get, set