 | MemoryQueryPersistenceServiceMemoryQueryInfoResults Property |
Results in the result set
Namespace:
SanteDB.DisconnectedClient.Services.Local
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
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
Type:
ListGuid
See Also