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

속성 값

잘못된 인스턴스 키입니다.

적용 대상