GeneratePresignedUriRequestExpiration Property |
Getter/setter of the expiration time of the signed URL.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.4.0 (2.5.4)
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