SetPIDataArchiveConnectionConfiguration.Path Property
- Last UpdatedDec 15, 2025
- 2 minute read
Network path to the PI Data Archive. This can be a hostname, IP address, or Fully Qualified Domain Name (FQDN).
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 2, Mandatory = false, ParameterSetName = "Collective", HelpMessage = "Network Path")] [ParameterAttribute(Position = 1, Mandatory = false, ParameterSetName = "Standalone", HelpMessage = "Network Path")] [ValidateNotNullOrEmptyAttribute] public string Path { get; set; }
<ParameterAttribute(Position := 2, Mandatory := false, ParameterSetName := "Collective", HelpMessage := "Network Path")> <ParameterAttribute(Position := 1, Mandatory := false, ParameterSetName := "Standalone", HelpMessage := "Network Path")> <ValidateNotNullOrEmptyAttribute> Public Property Path As String Get Set Dim instance As SetPIDataArchiveConnectionConfiguration Dim value As String value = instance.Path instance.Path = value
public: [ParameterAttribute(Position = 2, Mandatory = false, ParameterSetName = L"Collective", HelpMessage = L"Network Path")] [ParameterAttribute(Position = 1, Mandatory = false, ParameterSetName = L"Standalone", HelpMessage = L"Network Path")] [ValidateNotNullOrEmptyAttribute] property String^ Path { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 2, Mandatory = false, ParameterSetName = "Collective", HelpMessage = "Network Path")>] [<ParameterAttribute(Position = 1, Mandatory = false, ParameterSetName = "Standalone", HelpMessage = "Network Path")>] [<ValidateNotNullOrEmptyAttribute>] member Path : string with get, set