 | MatchConfigurationMetadataUpdatedTime Property |
Gets or sets the creation time
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic DateTime? UpdatedTime { get; set; }Public Property UpdatedTime As DateTime?
Get
Set
public:
property Nullable<DateTime> UpdatedTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}member UpdatedTime : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also