StorageStreamTransaction.Stream Property

Definition

Gets the random-access stream used in the transaction.

public:
 property IRandomAccessStream ^ Stream { IRandomAccessStream ^ get(); };
IRandomAccessStream Stream();
public IRandomAccessStream Stream { get; }
var iRandomAccessStream = storageStreamTransaction.stream;
Public ReadOnly Property Stream As IRandomAccessStream

Property Value

The random-access stream.

Applies to