Share via


StreamWrapper.StreamLength Property

Definition

Gets or sets the length of the associated stream.

public int? StreamLength { get; set; }
member this.StreamLength : Nullable<int> with get, set
Public Property StreamLength As Nullable(Of Integer)

Property Value

The length of the associated stream.

Applies to