InstanceLockQueryResult.InstanceOwnerIds Property

Definition

Gets a dictionary that contains the query result set. The query result set is represented by a dictionary, which has Instance ID as the key and the ID of the instance owner who owns the lock on the instance as the value.

public:
 property System::Collections::Generic::IDictionary<Guid, Guid> ^ InstanceOwnerIds { System::Collections::Generic::IDictionary<Guid, Guid> ^ get(); };
public System.Collections.Generic.IDictionary<Guid,Guid> InstanceOwnerIds { get; }
member this.InstanceOwnerIds : System.Collections.Generic.IDictionary<Guid, Guid>
Public ReadOnly Property InstanceOwnerIds As IDictionary(Of Guid, Guid)

Property Value

The dictionary that contains instance IDs and instance owner IDs.

Applies to