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