CloudTracing::IsEnabled Property

 

Gets whether tracing is enabled.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
property bool IsEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if tracing is enabled; otherwise, false.

Tracing can be disabled for performance.

Return to top
Show: