 | PatchCollectionPatches Property |
Gets or sets the patches
Namespace: SanteDB.Core.Model.PatchAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic List<Patch> Patches { get; set; }Public Property Patches As List(Of Patch)
Get
Set
public:
property List<Patch^>^ Patches {
List<Patch^>^ get ();
void set (List<Patch^>^ value);
}member Patches : List<Patch> with get, set
Property Value
ListPatch
See Also