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.
Optional. Specifies the position to write to. Will default to 0 if not specified.
public long? Position { get; set; }
member this.Position : Nullable<int64> with get, set