Share via


IEntityReferenceCollection.Item Property (String, String)

Gets the external content type reference with the given namespace and name.

Namespace:  Microsoft.BusinessData.MetadataModel.Collections
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    namespace As String, _
    name As String _
) As IEntityReference
    Get
'Usage
Dim instance As IEntityReferenceCollection
Dim namespace As String
Dim name As String
Dim value As IEntityReference

value = instance(namespace, name)
IEntityReference this[
    string namespace,
    string name
] { get; }

Parameters

Property Value

Type: Microsoft.BusinessData.MetadataModel.IEntityReference
A reference with the given namespace and name.

See Also

Reference

IEntityReferenceCollection Interface

IEntityReferenceCollection Members

Item Overload

Microsoft.BusinessData.MetadataModel.Collections Namespace