| ITargetedAssociationClassificationKey Property |
Classification key (how the holder is related to the target)
Namespace:
SanteDB.Core.Model.Interfaces
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax Guid? ClassificationKey { get; set; }
Property ClassificationKey As Guid?
Get
Set
property Nullable<Guid> ClassificationKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
abstract ClassificationKey : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also