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