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

PI Powershell

RemovePIDataArchiveConnectionConfiguration.Name Property

RemovePIDataArchiveConnectionConfiguration.Name Property

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

The name of the connection configuration entry in the local Known Servers Table (KST) to remove.

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, ValueFromPipeline = false, 
	HelpMessage = "PI Data Archive Name")]
[AliasAttribute(new string[] { ... })]
[ValidateNotNullOrEmptyAttribute]
public string Name { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ValueFromPipeline := false, 
	HelpMessage := "PI Data Archive Name")>
<AliasAttribute(New String() { ... })>
<ValidateNotNullOrEmptyAttribute>
Public Property Name As String
	Get
	Set

Dim instance As RemovePIDataArchiveConnectionConfiguration
Dim value As String

value = instance.Name

instance.Name = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = false, 
	HelpMessage = L"PI Data Archive Name")]
[AliasAttribute(__gc new array<String^>^ { ... })]
[ValidateNotNullOrEmptyAttribute]
property String^ Name {
	String^ get ();
	void set (String^ value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = false, 
	HelpMessage = "PI Data Archive Name")>]
[<AliasAttribute(new string[] { ... })>]
[<ValidateNotNullOrEmptyAttribute>]
member Name : string with get, set

Property Value

Type: String

See Also

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