public bool GenerateFile { get; set; }
Public Property GenerateFile As Boolean
Get
Set
public:
virtual property bool GenerateFile {
bool get () sealed;
void set (bool value) sealed;
}
abstract GenerateFile : bool with get, set
override GenerateFile : bool with get, set