ConfigurationMessage Class

Represents messages that are initialized during IIS Transform Manager service initialization.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Web.Media.TransformManager..::..ConfigurationMessage

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Class ConfigurationMessage
'Usage

  Dim instance As ConfigurationMessage
[DataContractAttribute]
public class ConfigurationMessage
[DataContractAttribute]
public ref class ConfigurationMessage
[<DataContractAttribute>]
type ConfigurationMessage =  class end
  public class ConfigurationMessage

The ConfigurationMessage type exposes the following members.

Constructors

  Name Description
Public method ConfigurationMessage(String) Initializes a new instance of the ConfigurationMessage class using the specified message.
Public method ConfigurationMessage(XElement, ConfigurationBase) Initializes a new instance of the ConfigurationMessage class using the specified message element and configuration object.
Public method ConfigurationMessage(String, String, String, String) Initializes a new instance of the ConfigurationMessage class using the specified name, file name, message, and help link ID.
Public method ConfigurationMessage(String, String, String, String, ConfigurationMessageSeverity) Initializes a new instance of the ConfigurationMessage class using the specified name, file name, message, help link ID, and severity.

Top

Properties

  Name Description
Public property FileName Gets or sets the name of the configuration file.
Public property HelpLinkId Gets or sets a context-sensitive help link ID value.
Public property Message Gets or sets a configuration message.
Public property Name Gets or sets the name of the configuration object.
Public property ObjectId Gets or sets the ID of configuration object.
Public property ObjectType Gets or set the type of the configuration object.
Public property RegKeyFound Gets or sets a message to post when the registration key value is found.
Public property RegKeyNotFound Gets or sets a message to post when the registration key is not found.
Public property Severity Gets or set the error severity.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Media.TransformManager Namespace