Gets the join time.

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 DateTime JoinTime { get; }
Visual Basic
Public MustOverride ReadOnly Property JoinTime As DateTime
	Get
Visual C++
public:
virtual property DateTime JoinTime {
	DateTime get () abstract;
}
F#
abstract JoinTime : DateTime with get

Property Value

Type: DateTime
The time this member joined the metaspace

See Also