IOutputFilter.OutputTypeDescriptor Property
Gets the type descriptor corresponding to the data structure that stores the return value.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property OutputTypeDescriptor As ITypeDescriptor
Get
'Usage
Dim instance As IOutputFilter
Dim value As ITypeDescriptor
value = instance.OutputTypeDescriptor
ITypeDescriptor OutputTypeDescriptor { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.ITypeDescriptor
The type descriptor.