IScriptEngine.NullImportValue Property |
Gets or sets the script engine's null import value.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
SyntaxObject NullImportValue { get; set; }
Property NullImportValue As Object
Get
Set
property Object^ NullImportValue {
Object^ get ();
void set (Object^ value);
}
abstract NullImportValue : Object with get, set
Property Value
Object
Remarks
Some script languages support one or more special null values that represent
empty or unassigned object references. When such a value is marshaled to the host, the
script engine maps it to the value of this property. The default value is simply
null.
See Also