| DispatcherQueueInfoCreationTime Property |
Get the creation time
Namespace:
SanteDB.Core.Queue
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public DateTime CreationTime { get; set; }
Public Property CreationTime As DateTime
Get
Set
public:
property DateTime CreationTime {
DateTime get ();
void set (DateTime value);
}
member CreationTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also