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