Intersoft ClientUI Documentation
Assemblies Property



Gets or sets a collection of dependency assemblies that referenced by this package.
Syntax
Public Property Assemblies As List(Of DependencyAssembly)
Dim instance As BasePackage
Dim value As List(Of DependencyAssembly)
 
instance.Assemblies = value
 
value = instance.Assemblies
public List<DependencyAssembly> Assemblies {get; set;}
public:
property List<DependencyAssembly^>^ Assemblies {
   List<DependencyAssembly^>^ get();
   void set (    List<DependencyAssembly^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BasePackage Class
BasePackage Members

Send Feedback