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

PI Powershell

AddAFServer.Path Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
AddAFServer.Path Property

Network path of the AF Server to be added to the local AF Servers list. This is the path used when attempting a connection to the AF Server. Note that the network path can be a machine name, 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, HelpMessage = "Network Path")]
[ValidateNotNullOrEmptyAttribute]
public string Path { get; set; }
<ParameterAttribute(Position := 2, Mandatory := false, HelpMessage := "Network Path")>
<ValidateNotNullOrEmptyAttribute>
Public Property Path As String
	Get
	Set

Dim instance As AddAFServer
Dim value As String

value = instance.Path

instance.Path = value
public:
[ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = L"Network Path")]
[ValidateNotNullOrEmptyAttribute]
property String^ Path {
	String^ get ();
	void set (String^ value);
}
[<ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = "Network Path")>]
[<ValidateNotNullOrEmptyAttribute>]
member Path : string with get, set

Property Value

Type: String

See Also

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