StringDocumentContents Property |
Gets a stream that provides read access to the document.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntaxpublic override Stream Contents { get; }
Public Overrides ReadOnly Property Contents As Stream
Get
public:
virtual property Stream^ Contents {
Stream^ get () override;
}
abstract Contents : Stream with get
override Contents : Stream with get
Property Value
Type:
Stream
Remarks
See Also