 | ByteCountingStreamLength Property |
When overridden in a derived class, gets the length in bytes of the stream.
Namespace: SanteDB.Core.IOAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic override long Length { get; }Public Overrides ReadOnly Property Length As Long
Get
public:
virtual property long long Length {
long long get () override;
}abstract Length : int64 with get
override Length : int64 with get
Return Value
Int64A long value representing the length of the stream in bytes.
Exceptions
See Also