(file) Return to MSFT_Banner.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

File: [OMI] / omi / share / networkschema / MSFT_Banner.mof (download)
Revision: 1.1, Mon Apr 20 17:20:14 2015 UTC (9 years, 1 month ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

// ===============================================================
//  MSFT_Banner
// ===============================================================
	[Description ( "MSFT_Banner description." ), 
	Version ( "0.70" )]
class MSFT_Banner: CIM_SettingData 
{
 [Description ("Notice send as part of the interface")]
 String Banner;

 [Description ( 
          "Boolean indicating whether the feature is enable." )]
   boolean IsEnabled = false;
};

ViewCVS 0.9.2