Gets or sets the logging properties.
Namespace: Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As ServiceProperties
Dim value As LoggingProperties
value = instance.Logging
instance.Logging = value |
Syntax
Visual Basic |
---|
Public Property Logging As LoggingProperties |
C# |
---|
public LoggingProperties Logging { get; set; } |
C++ |
---|
public:
property LoggingProperties^ Logging {
LoggingProperties^ get ();
void set (LoggingProperties^ value);
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public LoggingProperties get_Logging ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Logging (LoggingProperties value)
|
JScript |
---|
CompilerGeneratedAttribute
public function get Logging () : LoggingProperties
CompilerGeneratedAttribute
public function set Logging (value : LoggingProperties)
|
Property Value
The logging properties.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also