Class ServiceGroupAttribute
Add service to a service group
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class ServiceGroupAttribute : Attribute
- Inheritance
-
objectAttributeServiceGroupAttribute
Constructors
ServiceGroupAttribute(string)
public ServiceGroupAttribute(string ServiceGroup)
Parameters
ServiceGroup
string
Fields
ServiceGroup
public string? ServiceGroup