InstanceKeyView.InstanceKeyState 属性
定义
获取实例键的状态(非关联、关联或已完成)。Gets the state of the instance key (Unassociated, Associated, or Completed).
public:
property System::Runtime::DurableInstancing::InstanceKeyState InstanceKeyState { System::Runtime::DurableInstancing::InstanceKeyState get(); };
public System.Runtime.DurableInstancing.InstanceKeyState InstanceKeyState { get; }
member this.InstanceKeyState : System.Runtime.DurableInstancing.InstanceKeyState
Public ReadOnly Property InstanceKeyState As InstanceKeyState
属性值
实例键的状态。The state of the instance key.