The Stream object contains the following properties for each stream:
Property | Read/Write | Description |
Alias | R | Returns the alias of a stream. |
ArchiveFile | RW | Returns or sets the name of the archive file of a Stream object. |
ArchiveSize | RW | Returns or sets the size of the archive file of a Streamobject. |
ContentType | R | Returns the content type of the stream. |
Description | RW | Returns or sets the description of a Streamobject. |
Seekable | R | Returns a value determining whether or not the stream is seekable. |
Source | R | Returns the source of the stream. |
Title | RW | Returns or sets the title of a Streamobject. |
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.