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

屬性值

無效的執行個體索引鍵。

適用於