Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the logging properties.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public LoggingProperties Logging { get; set; }
 
public:
property LoggingProperties^ Logging {
	LoggingProperties^ get();
	void set(LoggingProperties^ value);
}
 
member Logging : LoggingProperties with get, set
 
Public Property Logging As LoggingProperties
Return to top