Returns a String that represents this field's code.

 public System.String Code{ get; }
Public ReadOnly Property Code() As String

          string fieldCode = fld.Code;
        

          Dim fieldCode As String = fld.Code