ImportAFXml.AFEventFrames Property
- Last UpdatedDec 15, 2025
- 2 minute read
AF Event Frames collections to import AF Objects to. To import to a single collection, use the AFObject parameter instead.
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 2, ParameterSetName = "FileToAFEventFrames", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Event Frames collections to import to")] [ParameterAttribute(Position = 2, ParameterSetName = "StreamToAFEventFrames", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Event Frames collections to import to")] [ValidateNotNullAttribute] [AllowEmptyCollectionAttribute] public AFEventFrames AFEventFrames { get; set; }
<ParameterAttribute(Position := 2, ParameterSetName := "FileToAFEventFrames", Mandatory := true, ValueFromPipeline := true, HelpMessage := "AF Event Frames collections to import to")> <ParameterAttribute(Position := 2, ParameterSetName := "StreamToAFEventFrames", Mandatory := true, ValueFromPipeline := true, HelpMessage := "AF Event Frames collections to import to")> <ValidateNotNullAttribute> <AllowEmptyCollectionAttribute> Public Property AFEventFrames As AFEventFrames Get Set Dim instance As ImportAFXml Dim value As AFEventFrames value = instance.AFEventFrames instance.AFEventFrames = value
public: [ParameterAttribute(Position = 2, ParameterSetName = L"FileToAFEventFrames", Mandatory = true, ValueFromPipeline = true, HelpMessage = L"AF Event Frames collections to import to")] [ParameterAttribute(Position = 2, ParameterSetName = L"StreamToAFEventFrames", Mandatory = true, ValueFromPipeline = true, HelpMessage = L"AF Event Frames collections to import to")] [ValidateNotNullAttribute] [AllowEmptyCollectionAttribute] property AFEventFrames^ AFEventFrames { AFEventFrames^ get (); void set (AFEventFrames^ value); }
[<ParameterAttribute(Position = 2, ParameterSetName = "FileToAFEventFrames", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Event Frames collections to import to")>] [<ParameterAttribute(Position = 2, ParameterSetName = "StreamToAFEventFrames", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Event Frames collections to import to")>] [<ValidateNotNullAttribute>] [<AllowEmptyCollectionAttribute>] member AFEventFrames : AFEventFrames with get, set