| PatchTargetVersionKey Property |
Gets or sets the key
Namespace:
SanteDB.Core.Model.Patch
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Guid? VersionKey { get; set; }
Public Property VersionKey As Guid?
Get
Set
public:
property Nullable<Guid> VersionKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member VersionKey : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also