Click or drag to resize
GDStorageStreamTransactionStream Property
Gets the random-access stream used in the transaction.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IRandomAccessStream Stream { get; }

Property Value

Type: IRandomAccessStream
The random-access stream.
See Also