HostSettingsCustomAttributeLoader Property |
Gets or sets the custom attribute loader for ClearScript.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public 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
CustomAttributeLoaderRemarks See Also