'Declaration Public Property ConsecutiveHyphensLimit As Nullable(Of Short)
'Usage Dim instance As Hyphenation Dim value As Nullable(Of Short) instance.ConsecutiveHyphensLimit = value value = instance.ConsecutiveHyphensLimit
public Nullable<short> ConsecutiveHyphensLimit {get; set;}