'Declaration
<System.ComponentModel.ReadOnlyAttribute(True)> Public Property CurrentLength As System.Integer
'Usage
Dim instance As Variable Dim value As System.Integer instance.CurrentLength = value value = instance.CurrentLength
[System.ComponentModel.ReadOnly(true)] public System.int CurrentLength {get; set;}