Gets a value that determines whether the current stream supports returning the Length property.

Namespace:  FileNet.Api.Util
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property CanReturnLength As Boolean
C#
public abstract bool CanReturnLength { get; }
Visual C++
public:
virtual property bool CanReturnLength {
	bool get () abstract;
}
JavaScript
function get_canReturnLength();

ToggleSee Also