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

PI Powershell

SetPIPoint.PIPoint Property

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

Pre-existing PI Point to edit.

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(Position = 1, Mandatory = true, ValueFromPipeline = true, 
	ParameterSetName = "PIPoint", HelpMessage = "PI Point")]
[ValidateNotNullOrEmptyAttribute]
public PIPoint PIPoint { get; set; }
<ParameterAttribute(Position := 1, Mandatory := true, ValueFromPipeline := true, 
	ParameterSetName := "PIPoint", HelpMessage := "PI Point")>
<ValidateNotNullOrEmptyAttribute>
Public Property PIPoint As PIPoint
	Get
	Set

Dim instance As SetPIPoint
Dim value As PIPoint

value = instance.PIPoint

instance.PIPoint = value
public:
[ParameterAttribute(Position = 1, Mandatory = true, ValueFromPipeline = true, 
	ParameterSetName = L"PIPoint", HelpMessage = L"PI Point")]
[ValidateNotNullOrEmptyAttribute]
property PIPoint^ PIPoint {
	PIPoint^ get ();
	void set (PIPoint^ value);
}
[<ParameterAttribute(Position = 1, Mandatory = true, ValueFromPipeline = true, 
	ParameterSetName = "PIPoint", HelpMessage = "PI Point")>]
[<ValidateNotNullOrEmptyAttribute>]
member PIPoint : PIPoint with get, set

Property Value

Type: PIPoint

See Also

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