IField.TypeDescriptor Property
Retrieves the TypeDescriptor that describes this Field.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property TypeDescriptor As ITypeDescriptor
Get
'Usage
Dim instance As IField
Dim value As ITypeDescriptor
value = instance.TypeDescriptor
ITypeDescriptor TypeDescriptor { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.ITypeDescriptor
The type descriptor.