Class AppStateMachineBucketNameAttribute
Specify state machine Bucket name
[AttributeUsage(AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
public sealed class AppStateMachineBucketNameAttribute : Attribute
- Inheritance
-
objectAttributeAppStateMachineBucketNameAttribute
Constructors
AppStateMachineBucketNameAttribute(string)
public AppStateMachineBucketNameAttribute(string name)
Parameters
name
string
Properties
Name
public string Name { get; set; }