InstanceKeyCollisionException.ConflictingInstanceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the instance ID currently associated with the instance key. The persistence provider expects to find the instance key in an unassociated state, but the key is associated with this instance ID.
public:
property Guid ConflictingInstanceId { Guid get(); };
public Guid ConflictingInstanceId { get; }
member this.ConflictingInstanceId : Guid
Public ReadOnly Property ConflictingInstanceId As Guid
Property Value
The instance ID. Returns Guid.Empty if the conflicting instance ID is not known.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.