 | BiVariableLookupTransformThrowIfNotFound Property |
Throw if the variable is not found
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic bool ThrowIfNotFound { get; set; }Public Property ThrowIfNotFound As Boolean
Get
Set
public:
property bool ThrowIfNotFound {
bool get ();
void set (bool value);
}member ThrowIfNotFound : bool with get, set
Property Value
Boolean
See Also