ResponseHeaderOverridesExpires Property |
Gets or sets the expires header. If it's not specified, returns null.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public 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:
StringSee Also