Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("Names of assemblies to search for dynamically loaded types - Applicable to both Client and Server")> <XmlIgnoreAttribute()> Public Property ProbeAssemblyNames As SimpleElementCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IdeaBladeConfig Dim value As SimpleElementCollection instance.ProbeAssemblyNames = value value = instance.ProbeAssemblyNames |
C# | |
---|---|
[DescriptionAttribute("Names of assemblies to search for dynamically loaded types - Applicable to both Client and Server")] [XmlIgnoreAttribute()] public SimpleElementCollection ProbeAssemblyNames {get; set;} |
C++/CLI | |
---|---|
[DescriptionAttribute("Names of assemblies to search for dynamically loaded types - Applicable to both Client and Server")] [XmlIgnoreAttribute()] public: property SimpleElementCollection^ ProbeAssemblyNames { SimpleElementCollection^ get(); void set ( SimpleElementCollection^ value); } |
By default, at run time DevForce will probe assemblies in the exe/bin folder, or within the XAP in Silverlight applications. Use this to specify additional assemblies not meeting the default search criteria.
Standard MEF probing will not be performed at design time. If using an EntityCacheState to supply design-time data you should add the name of the domain model assembly to the ProbeAssemblyNames.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family