| PatientVipStatusKey Property |
Gets or sets the VIP code
Namespace:
SanteDB.Core.Model.Roles
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Guid? VipStatusKey { get; set; }
Public Property VipStatusKey As Guid?
Get
Set
public:
property Nullable<Guid> VipStatusKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member VipStatusKey : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also