| GeneratePresignedUriRequestExpiration Property  | 
            Getter/setter of the expiration time of the signed URL.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic DateTime Expiration { get; set; }Public Property Expiration As DateTime
	Get
	Set
public:
property DateTime Expiration {
	DateTime get ();
	void set (DateTime value);
}member Expiration : DateTime with get, set
Property Value
Type: 
DateTime
See Also