Gets or sets a value that specifies the maximum number of Installer objects that can be stored in this InstallerCollection.
[Visual Basic] Overridable Public Property Capacity As Integer [C#] public int Capacity {virtual get; virtual set;} [C++] public: __property virtual int get_Capacity(); public: __property virtual void set_Capacity(int); [JScript] public function get Capacity() : int; public function set Capacity(int);
A value that specifies the maximum number of Installer objects that can be stored in this InstallerCollection.
InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace