MultipartSection.BaseStreamOffset Property

Definition

The position where the body starts in the total multipart body. This may not be available if the total multipart body is not seekable.

public:
 property Nullable<long> BaseStreamOffset { Nullable<long> get(); void set(Nullable<long> value); };
public long? BaseStreamOffset { get; set; }
member this.BaseStreamOffset : Nullable<int64> with get, set
Public Property BaseStreamOffset As Nullable(Of Long)

Property Value

Applies to