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

PI Powershell

UndoAFCheckOut.ItemToUndoCheckOut Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
UndoAFCheckOut.ItemToUndoCheckOut Property

AF Objects to undo check out

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, ParameterSetName = "AFTransactable", 
	ValueFromPipeline = true, HelpMessage = "Items to undo check out")]
public IAFTransactable[] ItemToUndoCheckOut { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ParameterSetName := "AFTransactable", 
	ValueFromPipeline := true, HelpMessage := "Items to undo check out")>
Public Property ItemToUndoCheckOut As IAFTransactable()
	Get
	Set

Dim instance As UndoAFCheckOut
Dim value As IAFTransactable()

value = instance.ItemToUndoCheckOut

instance.ItemToUndoCheckOut = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = L"AFTransactable", 
	ValueFromPipeline = true, HelpMessage = L"Items to undo check out")]
property array<IAFTransactable^>^ ItemToUndoCheckOut {
	array<IAFTransactable^>^ get ();
	void set (array<IAFTransactable^>^ value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "AFTransactable", 
	ValueFromPipeline = true, HelpMessage = "Items to undo check out")>]
member ItemToUndoCheckOut : IAFTransactable[] with get, set

Property Value

Type: IAFTransactable

See Also

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