Gets the join time.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract DateTime JoinTime { get; }
Public MustOverride ReadOnly Property JoinTime As DateTime
Get
public:
virtual property DateTime JoinTime {
DateTime get () abstract;
}
abstract JoinTime : DateTime with get
Property Value
Type:
DateTimeThe time this member joined the metaspace
See Also