Share via


TraceSourceNode.TraceSourceData Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the TraceSourceData this node represents.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.Sources
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
PublicReadOnlyPropertyTraceSourceDataAs TraceSourceData
[BrowsableAttribute(false)]
public TraceSourceData TraceSourceData { get; }
[BrowsableAttribute(false)]
public:
property TraceSourceData^ TraceSourceData {
    TraceSourceData^ get ();
}
publicfunction getTraceSourceData () : TraceSourceData

Field Value

The TraceSourceData this node represents.

See Also

TraceSourceNode Class

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.Design.Sources Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.