ScriptEngineCustomAttributeLoader 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 public CustomAttributeLoader CustomAttributeLoader { get; set; }
Public Property CustomAttributeLoader As CustomAttributeLoader
Get
Set
public:
virtual property CustomAttributeLoader^ CustomAttributeLoader {
CustomAttributeLoader^ get () sealed;
void set (CustomAttributeLoader^ value) sealed;
}
abstract CustomAttributeLoader : CustomAttributeLoader with get, set
override CustomAttributeLoader : CustomAttributeLoader with get, set
Property Value
CustomAttributeLoaderImplements
IScriptEngineCustomAttributeLoaderRemarks See Also