IScriptEngine.CustomAttributeLoader Property |
Gets or sets the script engine's custom attribute loader.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
SyntaxCustomAttributeLoader CustomAttributeLoader { get; set; }
Property CustomAttributeLoader As CustomAttributeLoader
Get
Set
property CustomAttributeLoader^ CustomAttributeLoader {
CustomAttributeLoader^ get ();
void set (CustomAttributeLoader^ value);
}
abstract CustomAttributeLoader : CustomAttributeLoader with get, set
Property Value
CustomAttributeLoader
Remarks
See Also