Class ServiceGroupExcludeAttribute
Exclude service from a service group
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class ServiceGroupExcludeAttribute : Attribute
- Inheritance
-
objectAttributeServiceGroupExcludeAttribute
Constructors
ServiceGroupExcludeAttribute(string)
public ServiceGroupExcludeAttribute(string ServiceGroup)
Parameters
ServiceGroup
string
Fields
ServiceGroup
public string? ServiceGroup