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

プロパティ値

無効なインスタンス キー。

適用対象