Class OutputAttribute
Indicates that an output binding target will be created by the framework.
Inheritance
System.Object
OutputAttribute
Namespace: Steeltoe.Stream.Attributes
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public class OutputAttribute : Attribute
Constructors
| Edit this page View SourceOutputAttribute(String)
Initializes a new instance of the OutputAttribute class.
Declaration
public OutputAttribute(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the binding target name |
Properties
| Edit this page View SourceName
Gets or sets the binding target name; used as a name for binding target and as a destination name by default.
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |