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