CloudTracing.IsEnabled Property
Gets whether tracing is enabled.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
bool get();
void set(bool value);
}
member IsEnabled : bool with get, set
Public Property IsEnabled As Boolean
Property Value
Type: System.Boolean
true if tracing is enabled; otherwise, false.
Remarks
Tracing can be disabled for performance.
See Also
CloudTracing Class
Microsoft.WindowsAzure.Common Namespace
Return to top