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

プロパティ値

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

適用対象