Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement this[
string space,
string name,
int index
] { get; }
public NBElement this[
string space,
string name,
int index
] { get; }
Public ReadOnly Default Property Element (
space As String,
name As String,
index As Integer
) As NBElement
Get
Public ReadOnly Default Property Element (
space As String,
name As String,
index As Integer
) As NBElement
Get
public:
property NBElement^ default[String^ space, String^ name, int index] {
NBElement^ get (String^ space, String^ name, int index);
}
public:
property NBElement^ default[String^ space, String^ name, int index] {
NBElement^ get (String^ space, String^ name, int index);
}
member Element : NBElement with get
member Element : NBElement with get
Property Value
Type:
NBElement