public int FormatVersion { get; set; }
Public Property FormatVersion As Integer
Get
Set
public:
virtual property int FormatVersion {
int get () sealed;
void set (int value) sealed;
}
abstract FormatVersion : int with get, set
override FormatVersion : int with get, set