| AuditAccountabilityConfigurationSectionSourceInformation Property |
Audit source identification
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax [TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public AuditSourceConfiguration SourceInformation { get; set; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property SourceInformation As AuditSourceConfiguration
Get
Set
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property AuditSourceConfiguration^ SourceInformation {
AuditSourceConfiguration^ get ();
void set (AuditSourceConfiguration^ value);
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member SourceInformation : AuditSourceConfiguration with get, set
Property Value
Type:
AuditSourceConfigurationSee Also