Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
namespace
Type: System.StringThe namespace of the reference.
name
Type: System.StringThe name of the reference.
Property Value
Type: Microsoft.BusinessData.MetadataModel.IEntityReference
A reference with the given namespace and name.
See Also
Reference
IEntityReferenceCollection Interface