InstanceKey.InvalidKey Proprietà

Definizione

Restituisce un oggetto InstanceKey non valido. Un oggetto InstanceKey non valido dispone di un valore Guid.Empty per la proprietà Value e di un valore false per la proprietà IsValid.

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

Valore della proprietà

Chiave di istanza non valida.

Si applica a