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

PI Powershell

GetAFCheckedOutItem.AFServer Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
GetAFCheckedOutItem.AFServer Property

AF Server from which to get AF checked out objects. AF Server only includes AFContact, AFNotificationTemplate, and UOMDatabase objects.

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

Dim instance As GetAFCheckedOutItem
Dim value As AFServer

value = instance.AFServer

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

Property Value

Type: AFServer

See Also

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