SocketTools .NET Edition

DnsClient.Version Property

Gets a value which returns the current version of the DnsClient 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 DnsClient class library. This value can be used by an application for validation and debugging purposes.

See Also

DnsClient Class | SocketTools Namespace