InstanceKey.InvalidKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个无效的 InstanceKey 对象。 无效的 InstanceKey 对象的 Value 属性具有 Guid.Empty 值,IsValid 属性具有 false
值。
public:
static property System::Runtime::DurableInstancing::InstanceKey ^ InvalidKey { System::Runtime::DurableInstancing::InstanceKey ^ get(); };
public static System.Runtime.DurableInstancing.InstanceKey InvalidKey { get; }
static member InvalidKey : System.Runtime.DurableInstancing.InstanceKey
Public Shared ReadOnly Property InvalidKey As InstanceKey
属性值
一个无效的实例键。