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