| OssObjectContent Property  | 
            Gets or sets object's content stream.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic Stream Content { get; }Public ReadOnly Property Content As Stream
	Get
public:
property Stream^ Content {
	Stream^ get ();
}member Content : Stream with get
Property Value
Type: 
Stream
See Also