// <:[-<>>>>>>>>>>>>>>>>>>>>>>Begin>>-Warranty Info-<=]:> #pragma namespace ("\\\\.\\root\\cimv2\\SMS") [ SMS_Report (TRUE), SMS_Group_Name ("Warranty Info"), SMS_Class_ID ("CUSTOM|Warranty_Info|4.0") ] class Warranty_Info : SMS_Class_Template { [SMS_Report(FALSE), Key] string Index; [SMS_Report(TRUE)] string DateScriptRan; [SMS_Report(TRUE)] string Description; [SMS_Report(TRUE)] string Provider; [SMS_Report(TRUE)] string StartDate; [SMS_Report(TRUE)] string EndDate; [SMS_Report(FALSE)] uint32 DaysLeft; [SMS_Report(TRUE)] string Status; }; // <:[-<>>>>>>>>>>>>>>>>>>>>>>End>>-Warranty Info-<=]:>