 | TraceWriterConfigurationSources Property |
Gets or sets the sources to filter on
Namespace: SanteDB.Core.ConfigurationAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<TraceSourceConfiguration> Sources { get; set; }Public Property Sources As List(Of TraceSourceConfiguration)
Get
Set
public:
property List<TraceSourceConfiguration^>^ Sources {
List<TraceSourceConfiguration^>^ get ();
void set (List<TraceSourceConfiguration^>^ value);
}member Sources : List<TraceSourceConfiguration> with get, set
Property Value
ListTraceSourceConfiguration
See Also