|
SystemInformationArchitecture Property |
The system architecture
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 string Architecture { get; set; }
Public Property Architecture As String
Get
Set
public:
property String^ Architecture {
String^ get ();
void set (String^ value);
}
member Architecture : string with get, set
Property Value
Type:
String
See Also