PISystem.ConfiguredRoles Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that returns the a collection of the configured Roles of the .
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFRole[] ConfiguredRoles { get; }
Public ReadOnly Property ConfiguredRoles As AFRole() Get Dim instance As PISystem Dim value As AFRole() value = instance.ConfiguredRoles
public: property array<AFRole^>^ ConfiguredRoles { array<AFRole^>^ get (); }
member ConfiguredRoles : AFRole[] with get
Property Value
Type: AFRoleReturns an Array of all of the Configured Roles on the Identity Server.