Gets the
IRandomAccessStream that this
LeadStream object is using as storage.
public IRandomAccessStream RandomAccessStream {get;}
'Declaration
Public ReadOnly Property RandomAccessStream As IRandomAccessStream
'Usage
Dim instance As LeadStream
Dim value As IRandomAccessStream
value = instance.RandomAccessStream
public IRandomAccessStream RandomAccessStream {get;}
get_RandomAccessStream();
public:
property IRandomAccessStream^ RandomAccessStream {
IRandomAccessStream^ get();
}
Property Value
The
IRandomAccessStream that this
LeadStream object is using as storage.