HostSettingsCustomAttributeLoader Property |
Gets or sets the custom attribute loader for ClearScript.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
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
Type:
CustomAttributeLoader
See Also