ModuleDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates information about a specific management module, such as its name, associated service type, and the assembly that contains the module.
public ref class ModuleDefinition sealed
public sealed class ModuleDefinition
type ModuleDefinition = class
Public NotInheritable Class ModuleDefinition
- Inheritance
-
ModuleDefinition
Constructors
ModuleDefinition(String, String) |
Initializes a new instance of the ModuleDefinition class. |
Properties
Arguments |
Gets the parameters that were used to create the module definition. This property is not implemented; it always gets an empty list. |
ClientModuleTypeName |
Gets the client module type name that was used to create the module definition. |
Name |
Gets the name that was used to create the module definition. |