| MemoryQueryPersistenceServiceMemoryQueryInfoResults Property |
Results in the result set
Namespace:
SanteDB.Caching.Memory
Assembly:
SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 2.2.1
Syntax public 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
Type:
ListGuidSee Also