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

PI Powershell

RemovePITrust.Connection Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
RemovePITrust.Connection Property

Connection to a PI Data Archive from which to remove 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 = 1, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = "PI Data Archive connection")]
[AliasAttribute(new string[] { ... })]
[ValidateNotNullOrEmptyAttribute]
public ClientChannel Connection { get; set; }
<ParameterAttribute(Position := 1, Mandatory := true, ValueFromPipeline := true, 
	HelpMessage := "PI Data Archive connection")>
<AliasAttribute(New String() { ... })>
<ValidateNotNullOrEmptyAttribute>
Public Property Connection As ClientChannel
	Get
	Set

Dim instance As RemovePITrust
Dim value As ClientChannel

value = instance.Connection

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

Property Value

Type: ClientChannel

See Also

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