| IOssGetBucketLogging Method  | 
            Gets the bucket logging config
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
SyntaxBucketLoggingResult GetBucketLogging(
	string bucketName
)
Function GetBucketLogging ( 
	bucketName As String
) As BucketLoggingResult
BucketLoggingResult^ GetBucketLogging(
	String^ bucketName
)
abstract GetBucketLogging : 
        bucketName : string -> BucketLoggingResult 
Parameters
- bucketName
 - Type: SystemString
Bucket name 
Return Value
Type: 
BucketLoggingResultThe logging config result
See Also