Class ServiceNameAttribute
The name of the Service.
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, Inherited = true)]
public class ServiceNameAttribute : Attribute
- Inheritance
-
objectAttributeServiceNameAttribute
Constructors
ServiceNameAttribute(string)
public ServiceNameAttribute(string ServiceName)
Parameters
ServiceName
string
Fields
ServiceName
public string? ServiceName