| PatchOperation Property |
A list of patch operations to be applied to the object
Namespace:
SanteDB.Core.Model.Patch
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public List<PatchOperation> Operation { get; set; }
Public Property Operation As List(Of PatchOperation)
Get
Set
public:
property List<PatchOperation^>^ Operation {
List<PatchOperation^>^ get ();
void set (List<PatchOperation^>^ value);
}
member Operation : List<PatchOperation> with get, set
Property Value
Type:
ListPatchOperationSee Also