 | DatamartInfoUpdatedByKey Property |
Gets or sets the user that updated
Namespace: SanteDB.BI.DatamartAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic Guid? UpdatedByKey { get; set; }Public Property UpdatedByKey As Guid?
Get
Set
public:
property Nullable<Guid> UpdatedByKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member UpdatedByKey : Nullable<Guid> with get, set
Property Value
NullableGuid
See Also