CloudConfiguration::Tracing Property

 

Gets the tracing utilities that are used to monitor client operations.

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

public:
property CloudTracing^ Tracing {
	CloudTracing^ get();
	private: void set(CloudTracing^ value);
}

Property Value

Type: Microsoft.WindowsAzure.Common::CloudTracing^

A CloudTracing object that can be used to monitor client operations.

Return to top
Show: