PIServer.IdentityServerEndpointAddress Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that returns the endpoint address for the Identity Server for the .
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string IdentityServerEndpointAddress { get; }
Public ReadOnly Property IdentityServerEndpointAddress As String Get Dim instance As PIServer Dim value As String value = instance.IdentityServerEndpointAddress
public: property String^ IdentityServerEndpointAddress { String^ get (); }
member IdentityServerEndpointAddress : string with get