Used for marshaling

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 string ObjectName { get; }
Visual Basic
Public ReadOnly Property ObjectName As String
	Get
Visual C++
public:
property String^ ObjectName {
	String^ get ();
}
F#
member ObjectName : string with get

Property Value

Type: String
The name of the object.

See Also