 | ByteCountingStreamBytesWritten Property |
Gets the number of bytes that have been written through this stream.
Namespace: SanteDB.Core.IOAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic long BytesWritten { get; }Public ReadOnly Property BytesWritten As Long
Get
public:
property long long BytesWritten {
long long get ();
}member BytesWritten : int64 with get
Property Value
Int64
See Also