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