Sets the processing unit name that will be deployed. By default it will be based on the
parameter passed in the constructor.

C# | Visual Basic | Visual C++ | J# |
public virtual ProcessingUnitDeployment Name( string name )
Public Overridable Function Name ( _ name As String _ ) As ProcessingUnitDeployment
public: virtual ProcessingUnitDeployment^ Name( String^ name )
public ProcessingUnitDeployment Name( String name )

- name (String)
- Processing unit name.

Updated processing unit deployment.