Share via


ITypeDescriptor.IsIdentifierSet Property

Determines whether this type descriptor references an identifier.

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

Syntax

'Declaration
ReadOnly Property IsIdentifierSet As Boolean
    Get
'Usage
Dim instance As ITypeDescriptor
Dim value As Boolean

value = instance.IsIdentifierSet
bool IsIdentifierSet { get; }

Property Value

Type: System.Boolean
true if the type descriptor references an identifier; otherwise, false.

Remarks

This property returns false when the type descriptor references an identifier and the identifier references an external content type that is not in the metadata store. If the type descriptor also references an association and the association references an external content type that is not in the metadata store, this property will return false even if the identifier could be found. The type descriptor references an identifier if the data structure represented by the type descriptor is used to get or set the value of an identifier.

See Also

Reference

ITypeDescriptor Interface

ITypeDescriptor Members

Microsoft.BusinessData.MetadataModel Namespace