CodeLibraryContentAsStream Property |
Gets the content as stream.
Namespace: Dundas.BI.Entities.CodeLibrariesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic Stream ContentAsStream { get; }Public ReadOnly Property ContentAsStream As Stream
Get
public:
property Stream^ ContentAsStream {
Stream^ get ();
}member ContentAsStream : Stream with get
Property Value
Stream
See Also