SetPITrust.IPAddress Property
- Last UpdatedDec 15, 2025
- 2 minute read
IP Address of the PI Trust
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = "PI Trust IP Address")] [AliasAttribute(new string[] { ... })] [AllowEmptyStringAttribute] public string IPAddress { get; set; }
<ParameterAttribute(Position := 4, Mandatory := false, HelpMessage := "PI Trust IP Address")> <AliasAttribute(New String() { ... })> <AllowEmptyStringAttribute> Public Property IPAddress As String Get Set Dim instance As SetPITrust Dim value As String value = instance.IPAddress instance.IPAddress = value
public: [ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = L"PI Trust IP Address")] [AliasAttribute(__gc new array<String^>^ { ... })] [AllowEmptyStringAttribute] property String^ IPAddress { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = "PI Trust IP Address")>] [<AliasAttribute(new string[] { ... })>] [<AllowEmptyStringAttribute>] member IPAddress : string with get, set