PrintQueueStream.Length Свойство
Определение
Получает длину потока в байтах.Gets the length of the stream in bytes.
public:
virtual property long Length { long get(); };
public override long Length { get; }
[get: System.Security.SecurityCritical]
public override long Length { get; }
member this.Length : int64
[<get: System.Security.SecurityCritical>]
member this.Length : int64
Public Overrides ReadOnly Property Length As Long
Значение свойства
Объект Int64, который представляет длину потока в байтах.An Int64 that represents the length of the stream in bytes.
- Атрибуты