AFClientRegistration.ClientName Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Client Name
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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