OssObjectSummaryLastModified Property |
获取最后修改时间。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic DateTime LastModified { get; }
Public ReadOnly Property LastModified As DateTime
Get
public:
property DateTime LastModified {
DateTime get ();
}
member LastModified : DateTime with get
Property Value
Type:
DateTime
See Also