This documentation is archived and is not being maintained.
TextFormat Enumeration
.NET Framework 1.1
Describes the possible text formats that can be used with GetText.
[Visual Basic] <Serializable> Public Enum TextFormat [C#] [Serializable] public enum TextFormat [C++] [Serializable] __value public enum TextFormat [JScript] public Serializable enum TextFormat
Members
| Member name | Description |
|---|---|
| CimDtd20 | XML DTD that corresponds to CIM DTD version 2.0 |
| Mof | Managed Object Format |
| WmiDtd20 | XML WMI DTD that corresponds to CIM DTD version 2.0. Using this value enables a few WMI-specific extensions, like embedded objects. |
Requirements
Namespace: System.Management
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Management (in System.Management.dll)
See Also
Show: