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

PI Powershell

SetPICollectiveMember.Path Property

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

Network path to set on the PI Collective Member

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, ValueFromPipeline = false, 
	HelpMessage = "Collective member network path")]
[ValidateNotNullOrEmptyAttribute]
public string Path { get; set; }
<ParameterAttribute(Position := 3, Mandatory := false, ValueFromPipeline := false, 
	HelpMessage := "Collective member network path")>
<ValidateNotNullOrEmptyAttribute>
Public Property Path As String
	Get
	Set

Dim instance As SetPICollectiveMember
Dim value As String

value = instance.Path

instance.Path = value
public:
[ParameterAttribute(Position = 3, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = L"Collective member network path")]
[ValidateNotNullOrEmptyAttribute]
property String^ Path {
	String^ get ();
	void set (String^ value);
}
[<ParameterAttribute(Position = 3, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Collective member 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