GetPIConnectionStatistics.Id Property
- Last UpdatedDec 15, 2025
- 1 minute read
ID of the connection information to get
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
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