SetPITrust.NetworkPath Property
- Last UpdatedDec 15, 2025
- 2 minute read
Hostname or Fully Qualified Domain Name (FQDN) 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 = 3, Mandatory = false, HelpMessage = "PI Trust Network Path")] [AliasAttribute(new string[] { ... })] [AllowEmptyStringAttribute] public string NetworkPath { get; set; }
<ParameterAttribute(Position := 3, Mandatory := false, HelpMessage := "PI Trust Network Path")> <AliasAttribute(New String() { ... })> <AllowEmptyStringAttribute> Public Property NetworkPath As String Get Set Dim instance As SetPITrust Dim value As String value = instance.NetworkPath instance.NetworkPath = value
public: [ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = L"PI Trust Network Path")] [AliasAttribute(__gc new array<String^>^ { ... })] [AllowEmptyStringAttribute] property String^ NetworkPath { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = "PI Trust Network Path")>] [<AliasAttribute(new string[] { ... })>] [<AllowEmptyStringAttribute>] member NetworkPath : string with get, set