InstanceKeyCollisionException.InstanceKey Propriedade
Definição
Contém informações sobre a chave de instância.Contains information about the instance key.
public:
property System::Runtime::DurableInstancing::InstanceKey ^ InstanceKey { System::Runtime::DurableInstancing::InstanceKey ^ get(); };
public System.Runtime.DurableInstancing.InstanceKey InstanceKey { get; }
member this.InstanceKey : System.Runtime.DurableInstancing.InstanceKey
Public ReadOnly Property InstanceKey As InstanceKey
Valor da propriedade
As informações de chave de instância ou null se a chave de instância conflitante não for conhecida.The instance key information, or null if the conflicting instance key is not known.