ResponseHeaderOverridesExpires Property |
获取或设置返回重载的Expires返回请求头。如果未指定,则返回null。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic string Expires { get; set; }
Public Property Expires As String
Get
Set
public:
property String^ Expires {
String^ get ();
void set (String^ value);
}
member Expires : string with get, set
Property Value
Type:
String
See Also