ReadOnlyStream.Length Property
This member overrides Stream.Length.
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Length As Long
Get
'Usage
Dim instance As ReadOnlyStream
Dim value As Long
value = instance.Length
public override long Length { get; }
Property Value
Type: System.Int64