InstanceView.InstanceStoreQueryResults Eigenschap

Definitie

Hiermee haalt u een verzameling InstanceStoreQueryResult objecten op. De verzameling wordt automatisch opnieuw ingesteld op leeg telkens wanneer een opdracht wordt uitgevoerd op basis van de bijbehorende instantie-handle.

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)

Waarde van eigenschap

Een verzameling InstanceStoreQueryResult objecten.

Van toepassing op