AdministrableProperty.DisplayType Property

Gets the type in which the property should be displayed in UI.

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

Syntax

'Declaration
Public ReadOnly Property DisplayType As Type
    Get
'Usage
Dim instance As AdministrableProperty
Dim value As Type

value = instance.DisplayType
public Type DisplayType { get; }

Property Value

Type: System.Type
The type of the property.

Remarks

The display type describes how the property should be displayed. For example, the property type may be a string but the display type can be an enumeration. In this case, the configuration UI can display a set of acceptable values for the property.

See Also

Reference

AdministrableProperty Class

AdministrableProperty Members

Microsoft.BusinessData.Runtime Namespace