[ Version ( since = "1.42" ) ]
public Array<uint32> version_info { get; }
Expose version info and capabilities of NetworkManager.
If non-empty, the first element is NM_VERSION, which encodes the version of the daemon as "(major << 16 | minor << 8 | micro )". The following elements is a bitfields of nmversioninfocapabilities. If a bit is set, then the running NetworkManager has the respective capability.