| GeneratePresignedUriRequestProcess Property  | 
            Process getter/setter.
            Process is specific to image files on which a specific operation (such as resize, sharpen,etc ) could be applied.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string Process { get; set; }Public Property Process As String
	Get
	Set
public:
property String^ Process {
	String^ get ();
	void set (String^ value);
}member Process : string with get, set
Property Value
Type: 
String
See Also