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