InstanceKey.InvalidKey Propriedade

Definição

Devolve um objeto inválido InstanceKey . Um objeto inválido InstanceKey tem Guid. Valor vazio para a Value propriedade e um false valor para a IsValid propriedade.

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 Propriedade

Uma chave de instância inválida.

Aplica-se a