GetAFCheckedOutItem.AFServer Property
- Last UpdatedDec 15, 2025
- 2 minute read
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