public byte Zone { get; }
Public ReadOnly Property Zone As Byte Get Dim instance As FieldInfo Dim value As Byte value = instance.Zone
public: property unsigned char Zone { unsigned char get (); }
member Zone : byte with get
In This Article