HostSettings.CustomAttributeLoader Property |
Gets or sets the custom attribute loader for ClearScript.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntaxpublic static CustomAttributeLoader CustomAttributeLoader { get; set; }
Public Shared Property CustomAttributeLoader As CustomAttributeLoader
Get
Set
public:
static property CustomAttributeLoader^ CustomAttributeLoader {
CustomAttributeLoader^ get ();
void set (CustomAttributeLoader^ value);
}
static member CustomAttributeLoader : CustomAttributeLoader with get, set
Property Value
CustomAttributeLoader
Remarks
See Also