Get the metaspace connection definition attributes

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

Syntax

C#
public abstract MemberDef ConnectionDef { get; }
Visual Basic
Public MustOverride ReadOnly Property ConnectionDef As MemberDef
	Get
Visual C++
public:
virtual property MemberDef^ ConnectionDef {
	MemberDef^ get () abstract;
}

Field Value

Return the connection definiton for the metaspace connection

See Also