|
ResultSuccess Property |
Success
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic virtual bool Success { get; set; }
Public Overridable Property Success As Boolean
Get
Set
public:
virtual property bool Success {
bool get ();
void set (bool value);
}
abstract Success : bool with get, set
override Success : bool with get, set
Property Value
Type:
Boolean
See Also