DocumentContents Property |
Gets a stream that provides read access to the document.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.4
Syntaxpublic 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
Stream
See Also