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

PI Powershell

SetPIPoint.Name Property

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

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

Dim instance As SetPIPoint
Dim value As String

value = instance.Name

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

Property Value

Type: String

See Also

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