Table of Contents

Class ServiceAttribute

Namespace
Steeltoe.Common.Attributes
Assembly
Steeltoe.Common.Abstractions.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class ServiceAttribute : Attribute
Inheritance
ServiceAttribute
Inherited Members

Constructors

ServiceAttribute()

public ServiceAttribute()

ServiceAttribute(string)

public ServiceAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; }

Property Value

string