NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Config.Attribute Namespace Reference

Classes

class  NtpaIndex
 
class  NtpaReference
 
class  NtpaReferenceCollection
 
class  NtpaSetting
 
class  NtpaSettingsCollection
 

Enumerations

enum  Layout { Layout.Normal, Layout.Quoted, Layout.Block }
 

Enumeration Type Documentation

Enumerator
Normal 

Do not modify layout

Quoted 

Put quotation marks around strings.

Block 

Put string into brackets.

Definition at line 24 of file Layout.cs.

25  {
29  Normal,
30 
34  Quoted,
35 
39  Block
40  }
Put quotation marks around strings.