| IdentifiedDataIsDelayLoadEnabled Property |
True if the class is currently loading associations when accessed
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public bool IsDelayLoadEnabled { get; }
Public ReadOnly Property IsDelayLoadEnabled As Boolean
Get
public:
property bool IsDelayLoadEnabled {
bool get ();
}
member IsDelayLoadEnabled : bool with get
Property Value
Type:
BooleanSee Also