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

PI Powershell

RemovePIValue.PointName Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
RemovePIValue.PointName Property

The name or names of the PI Point(s) to remove values from

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 = "PointNameTimeValue", 
	HelpMessage = "Name of PI Point")]
[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PointNameStartEndTime", 
	HelpMessage = "Name of PI Point")]
[ValidateNotNullOrEmptyAttribute]
public string[] PointName { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ParameterSetName := "PointNameTimeValue", 
	HelpMessage := "Name of PI Point")>
<ParameterAttribute(Position := 0, Mandatory := true, ParameterSetName := "PointNameStartEndTime", 
	HelpMessage := "Name of PI Point")>
<ValidateNotNullOrEmptyAttribute>
Public Property PointName As String()
	Get
	Set

Dim instance As RemovePIValue
Dim value As String()

value = instance.PointName

instance.PointName = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = L"PointNameTimeValue", 
	HelpMessage = L"Name of PI Point")]
[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = L"PointNameStartEndTime", 
	HelpMessage = L"Name of PI Point")]
[ValidateNotNullOrEmptyAttribute]
property array<String^>^ PointName {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PointNameTimeValue", 
	HelpMessage = "Name of PI Point")>]
[<ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PointNameStartEndTime", 
	HelpMessage = "Name of PI Point")>]
[<ValidateNotNullOrEmptyAttribute>]
member PointName : string[] with get, set

Property Value

Type: String

See Also

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