Property ProductInfo
ProductInfo
Gets the product information of the connected Kepware server, which includes product name and version information. This caches the value during TestConnectionAsync(CancellationToken) and GetProductInfoAsync(CancellationToken) and cached for future use. It will return null if there is no cached value.
public ProductInfo? ProductInfo { get; }