Condividi tramite


InstanceView.InstanceStoreQueryResults Proprietà

Definizione

Ottiene una raccolta di oggetti InstanceStoreQueryResult. La raccolta viene reimpostata automaticamente su Empty ogni volta che un comando viene eseguito sull'handle di istanza associato.

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)

Valore della proprietà

Raccolta di oggetti InstanceStoreQueryResult.

Si applica a