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