ITypeDescriptor.ContainsIdentifier Property
Determines whether this type descriptor or one of its children reference an identifier.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ContainsIdentifier As Boolean
Get
'Usage
Dim instance As ITypeDescriptor
Dim value As Boolean
value = instance.ContainsIdentifier
bool ContainsIdentifier { get; }
Property Value
Type: System.Boolean
true if the type descriptor or one of its children reference an identifier; otherwise, false.