| EntityRelationshipStrength Property |
The strength (confidence) of the relationship between source and target
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public double? Strength { get; set; }
Public Property Strength As Double?
Get
Set
public:
property Nullable<double> Strength {
Nullable<double> get ();
void set (Nullable<double> value);
}
member Strength : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also