MultipartSection.BaseStreamOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)