|
EntryEventArgsSuccess Property |
Its successful
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool Success { get; set; }
Public Property Success As Boolean
Get
Set
public:
property bool Success {
bool get ();
void set (bool value);
}
member Success : bool with get, set
Property Value
Type:
Boolean
See Also