| PutObjectRequestProcess Property  | 
            Gets or sets the process method.The result will be in ResponseStream.
            
 
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