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

PI Powershell

RemovePIValue.Event Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
RemovePIValue.Event Property

Event or events to remove

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, ValueFromPipeline = true, 
	ParameterSetName = "Event")]
[ValidateNotNullOrEmptyAttribute]
public Event[] Event { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ValueFromPipeline := true, 
	ParameterSetName := "Event")>
<ValidateNotNullOrEmptyAttribute>
Public Property Event As Event()
	Get
	Set

Dim instance As RemovePIValue
Dim value As Event()

value = instance.Event

instance.Event = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = true, 
	ParameterSetName = L"Event")]
[ValidateNotNullOrEmptyAttribute]
property array<Event^>^ Event {
	array<Event^>^ get ();
	void set (array<Event^>^ value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = true, 
	ParameterSetName = "Event")>]
[<ValidateNotNullOrEmptyAttribute>]
member Event : Event[] with get, set

Property Value

Type: Event

See Also

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