DBDictionaryTreatElementsAsHard
Property
|
Property that indicates whether this
Dictionary object is the hard owner of its elements.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool TreatElementsAsHard { get; set; }
Public Property TreatElementsAsHard As Boolean
Get
Set
public:
property bool TreatElementsAsHard {
bool get ();
void set (bool value);
}
member TreatElementsAsHard : bool with get, set
Property Value
Boolean
See Also