ImportAFXml.AFSecurityMappings Property
- Last UpdatedDec 15, 2025
- 2 minute read
AF Security Mappings 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 = "FileToAFSecurityMappings", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Security Mappings collections to import to")] [ParameterAttribute(Position = 2, ParameterSetName = "StreamToAFSecurityMappings", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Security Mappings collections to import to")] [ValidateNotNullOrEmptyAttribute] public AFSecurityMappings AFSecurityMappings { get; set; }
<ParameterAttribute(Position := 2, ParameterSetName := "FileToAFSecurityMappings", Mandatory := true, ValueFromPipeline := true, HelpMessage := "AF Security Mappings collections to import to")> <ParameterAttribute(Position := 2, ParameterSetName := "StreamToAFSecurityMappings", Mandatory := true, ValueFromPipeline := true, HelpMessage := "AF Security Mappings collections to import to")> <ValidateNotNullOrEmptyAttribute> Public Property AFSecurityMappings As AFSecurityMappings Get Set Dim instance As ImportAFXml Dim value As AFSecurityMappings value = instance.AFSecurityMappings instance.AFSecurityMappings = value
public: [ParameterAttribute(Position = 2, ParameterSetName = L"FileToAFSecurityMappings", Mandatory = true, ValueFromPipeline = true, HelpMessage = L"AF Security Mappings collections to import to")] [ParameterAttribute(Position = 2, ParameterSetName = L"StreamToAFSecurityMappings", Mandatory = true, ValueFromPipeline = true, HelpMessage = L"AF Security Mappings collections to import to")] [ValidateNotNullOrEmptyAttribute] property AFSecurityMappings^ AFSecurityMappings { AFSecurityMappings^ get (); void set (AFSecurityMappings^ value); }
[<ParameterAttribute(Position = 2, ParameterSetName = "FileToAFSecurityMappings", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Security Mappings collections to import to")>] [<ParameterAttribute(Position = 2, ParameterSetName = "StreamToAFSecurityMappings", Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Security Mappings collections to import to")>] [<ValidateNotNullOrEmptyAttribute>] member AFSecurityMappings : AFSecurityMappings with get, set