| PatchExceptionOperation Property |
The patch operation which failed
Namespace:
SanteDB.Core.Exceptions
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public PatchOperation Operation { get; set; }
Public Property Operation As PatchOperation
Get
Set
public:
property PatchOperation^ Operation {
PatchOperation^ get ();
void set (PatchOperation^ value);
}
member Operation : PatchOperation with get, set
Property Value
Type:
PatchOperationSee Also