Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the tracer.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)
Syntax
protected TraceSource Tracer { get; private set; }
protected:
property TraceSource^ Tracer {
    TraceSource^ get();
    private: void set(TraceSource^ value);
}
Protected Property Tracer As TraceSource
    Get
    Private Set
End Property
Property Value
Type: System.Diagnostics.TraceSource
Returns TraceSource.
See Also
ProviderServiceBase Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top