IScriptEngineUndefinedImportValue Property |
Gets or sets the script engine's undefined import value.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax Object UndefinedImportValue { get; set; }
Property UndefinedImportValue As Object
Get
Set
property Object^ UndefinedImportValue {
Object^ get ();
void set (Object^ value);
}
abstract UndefinedImportValue : Object with get, set
Property Value
ObjectRemarks
Some script languages support one or more special non-
null values that represent
nonexistent, missing, unknown, or undefined data. When such a value is marshaled to the
host, the script engine maps it to the value of this property. The default value is
Undefined.Value.
See Also