NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Stream.Length

Returns the length in bytes of the stream.

[Visual Basic]
MustOverride Public ReadOnly Property Length As Long
[C#]
public long Length {abstract get;}
[C++]
public: __property virtual __int64 get_Length() = 0;
[JScript]
public abstract function get Length() : long;

Property Value

A long value representing the length of the stream in bytes.

Remarks

See Also

Stream Class | Stream Members | System.IO Namespace