Get the metaspace connection definition attributes
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
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;
} |
| F# |
|---|
abstract ConnectionDef : MemberDef with get
|
Property Value
Type:
MemberDef
Return the connection definiton for the metaspace connection
See Also