CustomAttributeLoaderDefault Property | 
            Gets the default custom attribute loader.
            
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntaxpublic static CustomAttributeLoader Default { get; }Public Shared ReadOnly Property Default As CustomAttributeLoader
	Get
public:
static property CustomAttributeLoader^ Default {
	CustomAttributeLoader^ get ();
}static member Default : CustomAttributeLoader with get
Property Value
CustomAttributeLoader
See Also