DocumentContents Property |
Gets a stream that provides read access to the document.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public abstract Stream Contents { get; }
Public MustOverride ReadOnly Property Contents As Stream
Get
public:
virtual property Stream^ Contents {
Stream^ get () abstract;
}
abstract Contents : Stream with get
Property Value
StreamSee Also