StringDocumentContents 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 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
StreamRemarks See Also