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

PI Powershell

SetPITrust.NetMask Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
SetPITrust.NetMask Property

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

Property Value

Type: String

See Also

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