InstanceLockedException.SerializableInstanceOwnerMetadata 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 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).