Get and set the Process name attribute

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public abstract string ProcessName { get; set; }
Visual Basic
Public MustOverride Property ProcessName As String
	Get
	Set
Visual C++
public:
virtual property String^ ProcessName {
	String^ get () abstract;
	void set (String^ value) abstract;
}
F#
abstract ProcessName : string with get, set

Property Value

Type: String
The process name of the member.

See Also