InstanceKey.InvalidKey 属性

定义

返回无效 InstanceKey 的对象。 无效 InstanceKey 对象具有属性的 Value Guid.Empty 值和 false 属性的值 IsValid

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

属性值

实例密钥无效。

适用于