 | DbEntityVersionStatusConceptKey Property |
Gets or sets the status concept identifier.
Namespace: SanteDB.Persistence.Data.Model.EntitiesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic Guid StatusConceptKey { get; set; }Public Property StatusConceptKey As Guid
Get
Set
public:
virtual property Guid StatusConceptKey {
Guid get () sealed;
void set (Guid value) sealed;
}abstract StatusConceptKey : Guid with get, set
override StatusConceptKey : Guid with get, set
Property Value
GuidThe status concept identifier.
Implements
IDbHasStatusStatusConceptKey
See Also