Indicates whether the operation succeeded, and if not, includes failure information.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ReturnCode ReturnCode { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ReturnCode As ReturnCode |
| Visual C++ |
|---|
public: property ReturnCode^ ReturnCode { ReturnCode^ get (); } |