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

PI Powershell

NewAFCheckIn.ItemToCheckIn Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
NewAFCheckIn.ItemToCheckIn Property

AF Objects to check in. Can pass more than one object as an array of comma separated values

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 0, ParameterSetName = "AFTransactable", 
	Mandatory = true, ValueFromPipeline = true, HelpMessage = "Items to check in")]
public IAFTransactable[] ItemToCheckIn { get; set; }
<ParameterAttribute(Position := 0, ParameterSetName := "AFTransactable", 
	Mandatory := true, ValueFromPipeline := true, HelpMessage := "Items to check in")>
Public Property ItemToCheckIn As IAFTransactable()
	Get
	Set

Dim instance As NewAFCheckIn
Dim value As IAFTransactable()

value = instance.ItemToCheckIn

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

Property Value

Type: IAFTransactable

See Also

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