NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Export.WebLink Class Reference

Public Member Functions

 WebLink (string link)
 Initializes a new instance of the Ntp.Analyzer.Export.WebLink class. More...
 

Properties

string Link [get]
 Gets the WWW link. More...
 

Detailed Description

Definition at line 27 of file WebLink.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Export.WebLink.WebLink ( string  link)
inline

Initializes a new instance of the Ntp.Analyzer.Export.WebLink class.

Parameters
linkLink.

Definition at line 33 of file WebLink.cs.

34  {
35  Link = link;
36  }

Property Documentation

string Ntp.Analyzer.Export.WebLink.Link
get

Gets the WWW link.

The link.

Definition at line 43 of file WebLink.cs.


The documentation for this class was generated from the following file: