| PluginTraceSourceAttributeTraceSourceName Property |
Gets or sets the trace source name
Namespace:
SanteDB.Core.Attributes
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string TraceSourceName { get; set; }
Public Property TraceSourceName As String
Get
Set
public:
property String^ TraceSourceName {
String^ get ();
void set (String^ value);
}
member TraceSourceName : string with get, set
Property Value
Type:
StringSee Also