CloudConfiguration::Tracing Property
Gets the tracing utilities that are used to monitor client operations.
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.
Show: