NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InstallerCollection.Capacity

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);

Property Value

A value that specifies the maximum number of Installer objects that can be stored in this InstallerCollection.

See Also

InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace