 | TransformerInfoDisplayName Property |
Gets the display name of the transformer
Namespace: SanteDB.Matcher.RestAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic 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
String
See Also