| AppendObjectRequestContent Property  | 
            The content to append
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic Stream Content { get; set; }Public Property Content As Stream
	Get
	Set
public:
property Stream^ Content {
	Stream^ get ();
	void set (Stream^ value);
}member Content : Stream with get, set
Property Value
Type: 
Stream
See Also