|
ResultInternalErrorCode Property |
Internal Error Code
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 int InternalErrorCode { get; set; }
Public Overridable Property InternalErrorCode As Integer
Get
Set
public:
virtual property int InternalErrorCode {
int get ();
void set (int value);
}
abstract InternalErrorCode : int with get, set
override InternalErrorCode : int with get, set
Property Value
Type:
Int32
See Also