ExportAFXml.AFPorts Property
- Last UpdatedDec 15, 2025
- 2 minute read
AF Ports to export. If only one is to be exported, use the -AFObject parameter instead.
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 4, ParameterSetName = "AFPorts", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Event Frames collections to export")] [ValidateNotNullOrEmptyAttribute] public AFPorts AFPorts { get; set; }
<ParameterAttribute(Position := 4, ParameterSetName := "AFPorts", Mandatory := true, ValueFromPipeline := true, HelpMessage := "AF Event Frames collections to export")> <ValidateNotNullOrEmptyAttribute> Public Property AFPorts As AFPorts Get Set Dim instance As ExportAFXml Dim value As AFPorts value = instance.AFPorts instance.AFPorts = value
public: [ParameterAttribute(Position = 4, ParameterSetName = L"AFPorts", Mandatory = true, ValueFromPipeline = true, HelpMessage = L"AF Event Frames collections to export")] [ValidateNotNullOrEmptyAttribute] property AFPorts^ AFPorts { AFPorts^ get (); void set (AFPorts^ value); }
[<ParameterAttribute(Position = 4, ParameterSetName = "AFPorts", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Event Frames collections to export")>] [<ValidateNotNullOrEmptyAttribute>] member AFPorts : AFPorts with get, set