 | PatchExceptionOperation Property |
The patch operation which failed
Namespace: SanteDB.Core.ExceptionsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
PatchOperation
See Also