 | MemoryQueryPersistenceServiceMemoryQueryInfoResults Property |
Results in the result set
Namespace: SanteDB.Caching.MemoryAssembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntaxpublic List<Guid> Results { get; set; }Public Property Results As List(Of Guid)
Get
Set
public:
property List<Guid>^ Results {
List<Guid>^ get ();
void set (List<Guid>^ value);
}member Results : List<Guid> with get, set
Property Value
ListGuid
See Also