AFClientRegistration.ClientId Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Client ID
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string ClientId { get; set; }
Public Property ClientId As String Get Set Dim instance As AFClientRegistration Dim value As String value = instance.ClientId instance.ClientId = value
public: property String^ ClientId { String^ get (); void set (String^ value); }
member ClientId : string with get, set