Gets a value that determines whether the current stream supports returning
the Length property.
Namespace:
FileNet.Api.UtilAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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(); |