Public ReadOnly Property Length As Nullable(Of Integer)
Dim instance As ColumnMappingAttribute Dim value As Nullable(Of Integer) value = instance.Length
public Nullable<int> Length {get;}
public: __property Nullable<int> get_Length();
public: property Nullable<int> Length { Nullable<int> get(); }