| BucketCreationDate Property  | 
            Bucket creation time getter/setter
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic DateTime CreationDate { get; }Public ReadOnly Property CreationDate As DateTime
	Get
public:
property DateTime CreationDate {
	DateTime get ();
}member CreationDate : DateTime with get
Property Value
Type: 
DateTime
See Also