Returns whether the operation has been performed successfully.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Successfully As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectPersistedEventArgs
Dim value As Boolean
value = instance.Successfully
|
| C# | |
|---|
public bool Successfully {get;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_Successfully(); |
| C++/CLI | |
|---|
public:
property bool Successfully {
bool get();
} |
Return Value
True if the operation was successfully, otherwise false.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also