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

PI Powershell

GetPIConnectionStatistics.Id Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
GetPIConnectionStatistics.Id Property

ID of the connection information to get

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = "Connection Id")]
[ValidateNotNullOrEmptyAttribute]
public int Id { get; set; }
<ParameterAttribute(Position := 1, Mandatory := false, HelpMessage := "Connection Id")>
<ValidateNotNullOrEmptyAttribute>
Public Property Id As Integer
	Get
	Set

Dim instance As GetPIConnectionStatistics
Dim value As Integer

value = instance.Id

instance.Id = value
public:
[ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = L"Connection Id")]
[ValidateNotNullOrEmptyAttribute]
property int Id {
	int get ();
	void set (int value);
}
[<ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = "Connection Id")>]
[<ValidateNotNullOrEmptyAttribute>]
member Id : int with get, set

Property Value

Type: Int32

See Also

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