|
SystemInformationPlatformVersion Property |
Current Platform Version
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Version PlatformVersion { get; set; }
Public Property PlatformVersion As Version
Get
Set
public:
property Version^ PlatformVersion {
Version^ get ();
void set (Version^ value);
}
member PlatformVersion : Version with get, set
Property Value
Type:
Version
See Also