ServiceProperties.Logging Property (Microsoft.WindowsAzure.Storage.Shared.Protocol)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
ServiceProperties.Logging Property
ServiceProperties::Logging Property
ServiceProperties.Logging Property
ServiceProperties.Logging Property
Gets or sets the logging properties.
Namespace:
Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property LoggingProperties^ Logging {
LoggingProperties^ get();
void set(LoggingProperties^ value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::LoggingProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesThe logging properties.
Return to top
Gets or sets the logging properties.
Syntax
C++
public: property LoggingProperties^ Logging { LoggingProperties^ get(); void set(LoggingProperties^ value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::LoggingProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.LoggingPropertiesThe logging properties.