ServiceModuleAttribute public class ServiceModuleAttribute : Attribute Identifies the class as a Service Module. Documentation public string Name { get; set; } The friendly name of the Service Module. public ServiceModuleAttribute(string name) Instantiates a ServiceModuleAttribute.