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

PI Powershell

ExportAFXml.AFSecurityMappings Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
ExportAFXml.AFSecurityMappings Property

AF Security Mappings 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: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 4, ParameterSetName = "AFSecurityMappings", 
	Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Security Mappings collections to export")]
[ValidateNotNullOrEmptyAttribute]
public AFSecurityMappings AFSecurityMappings { get; set; }
<ParameterAttribute(Position := 4, ParameterSetName := "AFSecurityMappings", 
	Mandatory := true, ValueFromPipeline := true, HelpMessage := "AF Security Mappings collections to export")>
<ValidateNotNullOrEmptyAttribute>
Public Property AFSecurityMappings As AFSecurityMappings
	Get
	Set

Dim instance As ExportAFXml
Dim value As AFSecurityMappings

value = instance.AFSecurityMappings

instance.AFSecurityMappings = value
public:
[ParameterAttribute(Position = 4, ParameterSetName = L"AFSecurityMappings", 
	Mandatory = true, ValueFromPipeline = true, HelpMessage = L"AF Security Mappings collections to export")]
[ValidateNotNullOrEmptyAttribute]
property AFSecurityMappings^ AFSecurityMappings {
	AFSecurityMappings^ get ();
	void set (AFSecurityMappings^ value);
}
[<ParameterAttribute(Position = 4, ParameterSetName = "AFSecurityMappings", 
	Mandatory = true, ValueFromPipeline = true, HelpMessage = "AF Security Mappings collections to export")>]
[<ValidateNotNullOrEmptyAttribute>]
member AFSecurityMappings : AFSecurityMappings with get, set

Property Value

Type: AFSecurityMappings

See Also

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