UpgradeRequired property
- Last UpdatedJul 23, 2024
- 1 minute read
Retrieves a Boolean that indicates whether the Galaxy needs to be upgraded.
Class
IGalaxy
Syntax
[C#]
bool UpgradeRequired { get; };
[Visual C++]
HRESULT UpgradeRequired(
[out, retval] VARIANT_BOOL* vtUpgradeRequired
);
Parameters
vtUpgradeRequired
Returns a Boolean indicating whether the Galaxy needs to be upgraded.