public byte Zone { get; set; }
Public Property Zone As Byte
Get
Set
Dim instance As StructFieldAttribute
Dim value As Byte
value = instance.Zone
instance.Zone = value
public:
property unsigned char Zone {
unsigned char get ();
void set (unsigned char value);
}
member Zone : byte with get, set