AFClientRegistration.ClientName Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Client Name
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string ClientName { get; set; }
Public Property ClientName As String Get Set Dim instance As AFClientRegistration Dim value As String value = instance.ClientName instance.ClientName = value
public: property String^ ClientName { String^ get (); void set (String^ value); }
member ClientName : string with get, set