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

PI Powershell

SetPIPoint.ID Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPIPoint.ID Property

ID of the pre-existing PI Point to edit.

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

Syntax

[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PointID", 
	HelpMessage = "PI Point ID")]
[ValidateNotNullOrEmptyAttribute]
public int ID { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ParameterSetName := "PointID", 
	HelpMessage := "PI Point ID")>
<ValidateNotNullOrEmptyAttribute>
Public Property ID As Integer
	Get
	Set

Dim instance As SetPIPoint
Dim value As Integer

value = instance.ID

instance.ID = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = L"PointID", 
	HelpMessage = L"PI Point ID")]
[ValidateNotNullOrEmptyAttribute]
property int ID {
	int get ();
	void set (int value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PointID", 
	HelpMessage = "PI Point 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