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

 1 krisbash 1.1 // ===============================================================
 2              //  MSFT_Banner
 3              // ===============================================================
 4              	[Description ( "MSFT_Banner description." ), 
 5              	Version ( "0.70" )]
 6              class MSFT_Banner: CIM_SettingData 
 7              {
 8               [Description ("Notice send as part of the interface")]
 9               String Banner;
10              
11               [Description ( 
12                        "Boolean indicating whether the feature is enable." )]
13                 boolean IsEnabled = false;
14              };

ViewCVS 0.9.2