InstanceKey.InvalidKey Propiedad

Definición

Devuelve un objeto no válido InstanceKey . Un objeto no válido InstanceKey tiene el valor Guid.Empty para la Value propiedad y un false valor para la IsValid propiedad .

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

Valor de propiedad

Una clave de instancia no válida.

Se aplica a