AFServer.SecurityMappings Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
public AFSecurityMappings SecurityMappings { get; }
Public ReadOnly Property SecurityMappings As AFSecurityMappings Get Dim instance As AFServer Dim value As AFSecurityMappings value = instance.SecurityMappings
public: property AFSecurityMappings^ SecurityMappings { AFSecurityMappings^ get (); }
member SecurityMappings : AFSecurityMappings with get