Share via


InstanceKey.InvalidKey 属性

定义

返回一个无效的 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

属性值

一个无效的实例键。

适用于