| ObjectMetadataCacheControl Property  | 
            Gets or sets the value of HTTP Cache-Control header.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string CacheControl { get; set; }Public Property CacheControl As String
	Get
	Set
public:
property String^ CacheControl {
	String^ get ();
	void set (String^ value);
}member CacheControl : string with get, set
Property Value
Type: 
String
See Also