InstanceKey.InvalidKey Proprietà

Definizione

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

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