⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_managedelement.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="SysDevCR00711.001" type ="change">Update of// descriptions based on Tech Edit review.</// ==================================================================//  CIM_ManagedElement// ==================================================================   [Abstract, Version ( "2.10.0" ), Description (       "ManagedElement is an abstract class that provides a common "       "superclass (or top of the inheritance tree) for the "       "non-association classes in the CIM Schema.")]class CIM_ManagedElement {      [Description (          "The Caption property is a short textual description (one- "          "line string) of the object."),        MaxLen ( 64 )]   string Caption;      [Description (          "The Description property provides a textual description of "          "the object.")]   string Description;      [Description (          "A user-friendly name for the object. This property allows "          "each instance to define a user-friendly name in addition to "          "its key properties, identity data, and description "          "information. \n"          "Note that the Name property of ManagedSystemElement is also "          "defined as a user-friendly name. But, it is often "          "subclassed to be a Key. It is not reasonable that the same "          "property can convey both identity and a user-friendly name, "          "without inconsistencies. Where Name exists and is not a Key "          "(such as for instances of LogicalDevice), the same "          "information can be present in both the Name and ElementName "          "properties.")]   string ElementName;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -