IScriptEngineCustomAttributeLoader Property |
Gets or sets the script engine's custom attribute loader.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax CustomAttributeLoader 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
CustomAttributeLoaderRemarks See Also