|
TransferQueueItemStream Property |
Current Stream
Namespace: DrawerBackup.Client.TransfersAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Stream Stream { get; set; }
Public Property Stream As Stream
Get
Set
public:
property Stream^ Stream {
Stream^ get ();
void set (Stream^ value);
}
member Stream : Stream with get, set
Property Value
Type:
Stream
See Also