| PropertyMapModelName Property |
Gets or sets the name of the property in the model
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string ModelName { get; set; }
Public Property ModelName As String
Get
Set
public:
property String^ ModelName {
String^ get ();
void set (String^ value);
}
member ModelName : string with get, set
Property Value
Type:
StringSee Also