| PatchAppliesTo Property |
Application version
Namespace:
SanteDB.Core.Model.Patch
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public PatchTarget AppliesTo { get; set; }
Public Property AppliesTo As PatchTarget
Get
Set
public:
property PatchTarget^ AppliesTo {
PatchTarget^ get ();
void set (PatchTarget^ value);
}
member AppliesTo : PatchTarget with get, set
Property Value
Type:
PatchTargetSee Also