SetPITrust.NetMask Property
- Last UpdatedDec 15, 2025
- 1 minute read
NetMask of the PI Trust
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 5, Mandatory = false, HelpMessage = "PI Trust NetMask")] [AllowEmptyStringAttribute] public string NetMask { get; set; }
<ParameterAttribute(Position := 5, Mandatory := false, HelpMessage := "PI Trust NetMask")> <AllowEmptyStringAttribute> Public Property NetMask As String Get Set Dim instance As SetPITrust Dim value As String value = instance.NetMask instance.NetMask = value
public: [ParameterAttribute(Position = 5, Mandatory = false, HelpMessage = L"PI Trust NetMask")] [AllowEmptyStringAttribute] property String^ NetMask { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 5, Mandatory = false, HelpMessage = "PI Trust NetMask")>] [<AllowEmptyStringAttribute>] member NetMask : string with get, set