TraceSourceAttribute.SourceName Property

Name of the TraceSource to get.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public ReadOnly Property SourceName As String
'Usage
Dim instance As TraceSourceAttribute
Dim value As String

value = instance.SourceName
public string SourceName { get; }
public:
property String^ SourceName {
    String^ get ();
}
/** @property */
public String get_SourceName ()
public function get SourceName () : String

See Also

Reference

TraceSourceAttribute Class
TraceSourceAttribute Members
Microsoft.Practices.CompositeUI Namespace