Edit

Share via


InstanceLockedException.SerializableInstanceOwnerMetadata Property

Definition

Gets serializable metadata information about the current instance owner (who currently has a lock on the instance). When present, this consists of the subset of instance owner metadata which is serializable. The metadata may contain information such as the location of the instance owner, who currently owns the lock.

public:
 property System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ SerializableInstanceOwnerMetadata { System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> SerializableInstanceOwnerMetadata { get; }
member this.SerializableInstanceOwnerMetadata : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj>
Public ReadOnly Property SerializableInstanceOwnerMetadata As IDictionary(Of XName, Object)

Property Value

The serializable metadata information about the current instance owner (who currently has a lock on the instance).

Applies to