| EntityNameNameUse Property |
Gets or sets the name use
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Concept NameUse { get; set; }
Public Property NameUse As Concept
Get
Set
public:
property Concept^ NameUse {
Concept^ get ();
void set (Concept^ value);
}
member NameUse : Concept with get, set
Property Value
Type:
ConceptSee Also