| CopyObjectResultModelLastModified Property | 
[Missing <summary> documentation for "P:Aliyun.OSS.Model.CopyObjectResultModel.LastModified"]
 
Namespace: Aliyun.OSS.ModelAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
 Syntax
Syntaxpublic DateTime LastModified { get; set; }Public Property LastModified As DateTime
	Get
	Set
public:
property DateTime LastModified {
	DateTime get ();
	void set (DateTime value);
}member LastModified : DateTime with get, set
Property Value
Type: 
DateTime See Also
See Also