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)
Syntax
public CloudTracing Tracing { get; private set; }
public:
property CloudTracing^ Tracing {
CloudTracing^ get();
private: void set(CloudTracing^ value);
}
member Tracing : CloudTracing with get, private set
Public Property Tracing As CloudTracing
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsAzure.Common.CloudTracing
A CloudTracing object that can be used to monitor client operations.
See Also
CloudConfiguration Class
Microsoft.WindowsAzure.Common Namespace
Return to top