PISystem.IdentityServerEndpointAddress Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Read-only property that returns the endpoint address for the Primary Identity Server for the .
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string IdentityServerEndpointAddress { get; }
Public ReadOnly Property IdentityServerEndpointAddress As String Get Dim instance As PISystem Dim value As String value = instance.IdentityServerEndpointAddress
public: property String^ IdentityServerEndpointAddress { String^ get (); }
member IdentityServerEndpointAddress : string with get