RenamePITrust.ExistingName Property
- Last UpdatedDec 15, 2025
- 2 minute read
Connection to a PI Data Archive for which to get the PI Trust
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, HelpMessage = "Existing name of PI Trust")] [AliasAttribute(new string[] { ... })] [ValidateNotNullOrEmptyAttribute] public string ExistingName { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, HelpMessage := "Existing name of PI Trust")> <AliasAttribute(New String() { ... })> <ValidateNotNullOrEmptyAttribute> Public Property ExistingName As String Get Set Dim instance As RenamePITrust Dim value As String value = instance.ExistingName instance.ExistingName = value
public: [ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = L"Existing name of PI Trust")] [AliasAttribute(__gc new array<String^>^ { ... })] [ValidateNotNullOrEmptyAttribute] property String^ ExistingName { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = "Existing name of PI Trust")>] [<AliasAttribute(new string[] { ... })>] [<ValidateNotNullOrEmptyAttribute>] member ExistingName : string with get, set