'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the frequency of the ticks.")> Public Property Frequency As System.Integer
'Usage
Dim instance As NTickInfo Dim value As System.Integer instance.Frequency = value value = instance.Frequency
[System.ComponentModel.Description("Gets/sets the frequency of the ticks.")] public System.int Frequency {get; set;}