TypeBrowser.SupportsAssemblyLoading Property
Gets an indication of whether the browser supports assembly loading.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property SupportsAssemblyLoading As Boolean
public bool SupportsAssemblyLoading { get; }
public:
property bool SupportsAssemblyLoading {
bool get ();
}
public function get SupportsAssemblyLoading () : boolean
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace