InstanceView.InstanceStoreQueryResults Eigenschaft

Definition

Ruft eine Auflistung von InstanceStoreQueryResult Objekten ab. Die Auflistung wird bei jeder Ausführung eines Befehls für das zugeordnete Instanzhandle automatisch auf leer gesetzt.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceStoreQueryResult ^> ^ InstanceStoreQueryResults { System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceStoreQueryResult ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceStoreQueryResult> InstanceStoreQueryResults { get; }
member this.InstanceStoreQueryResults : System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceStoreQueryResult>
Public ReadOnly Property InstanceStoreQueryResults As ReadOnlyCollection(Of InstanceStoreQueryResult)

Eigenschaftswert

Eine Auflistung von InstanceStoreQueryResult -Objekten.

Gilt für: