ClearPIBufferPointError.PointId Property
- Last UpdatedDec 15, 2025
- 2 minute read
PointID(s) for which to clear errors
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 0, ParameterSetName = "PointIDs", Mandatory = true, HelpMessage = "Point ids")] [ParameterAttribute(Position = 0, ParameterSetName = "PointIDsLogical", Mandatory = true, HelpMessage = "Point ids")] [ParameterAttribute(Position = 0, ParameterSetName = "PointIDsLogicalPhysical", Mandatory = true, HelpMessage = "Point ids")] public long[] PointId { get; set; }
<ParameterAttribute(Position := 0, ParameterSetName := "PointIDs", Mandatory := true, HelpMessage := "Point ids")> <ParameterAttribute(Position := 0, ParameterSetName := "PointIDsLogical", Mandatory := true, HelpMessage := "Point ids")> <ParameterAttribute(Position := 0, ParameterSetName := "PointIDsLogicalPhysical", Mandatory := true, HelpMessage := "Point ids")> Public Property PointId As Long() Get Set Dim instance As ClearPIBufferPointError Dim value As Long() value = instance.PointId instance.PointId = value
public: [ParameterAttribute(Position = 0, ParameterSetName = L"PointIDs", Mandatory = true, HelpMessage = L"Point ids")] [ParameterAttribute(Position = 0, ParameterSetName = L"PointIDsLogical", Mandatory = true, HelpMessage = L"Point ids")] [ParameterAttribute(Position = 0, ParameterSetName = L"PointIDsLogicalPhysical", Mandatory = true, HelpMessage = L"Point ids")] property array<long long>^ PointId { array<long long>^ get (); void set (array<long long>^ value); }
[<ParameterAttribute(Position = 0, ParameterSetName = "PointIDs", Mandatory = true, HelpMessage = "Point ids")>] [<ParameterAttribute(Position = 0, ParameterSetName = "PointIDsLogical", Mandatory = true, HelpMessage = "Point ids")>] [<ParameterAttribute(Position = 0, ParameterSetName = "PointIDsLogicalPhysical", Mandatory = true, HelpMessage = "Point ids")>] member PointId : int64[] with get, set