Sets the number of instances of the space deployment.

C# | Visual Basic | Visual C++ | J# |
public virtual SpaceDeployment NumberOfInstances( int numberOfInstances )
Public Overridable Function NumberOfInstances ( _ numberOfInstances As Integer _ ) As SpaceDeployment
public: virtual SpaceDeployment^ NumberOfInstances( int numberOfInstances )
public SpaceDeployment NumberOfInstances( int numberOfInstances )

- numberOfInstances (Int32)
- The number of instances to set for the space deployment.

The SpaceDeployment set with the specified number of instances.