SocketTools .NET Edition

WhoisClient.Version Property

Gets a value which returns the current version of the WhoisClient class library.

[Visual Basic]
Public ReadOnly Property Version As String
[C#]
public string Version {get;}

Property Value

A string which specifies the version of the class library.

Remarks

The Version property returns a string which identifies the current version and build of the WhoisClient class library. This value can be used by an application for validation and debugging purposes.

See Also

WhoisClient Class | SocketTools Namespace