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

PI Powershell

RenamePIIdentity.ExistingName Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
RenamePIIdentity.ExistingName Property

Name of the PI Identity to change

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

Dim instance As RenamePIIdentity
Dim value As String

value = instance.ExistingName

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

Property Value

Type: String

See Also

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